Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonBY committed Sep 8, 2023
1 parent a4687dc commit ee5b4eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ description = ""
license = {text = "CC BY-NC-SA"}
name = ""
requires-python = ">=3.8.1,<3.12"
version = "0.0.26"
version = "0.0.27"

[project.optional-dependencies]
mac = ["pyobjc"]

[tool.pdm.scripts]
build = "python build.py -v 0.0.26 -t p"
build = "python build.py -v 0.0.27 -t p"
build-debug = "pyinstaller debug.spec --noconfirm"
build-front = "python build.py -t f"
dev.cmd = "python main.py"
dev.env = {VECTORVEIN_DEBUG = "1", VECTORVEIN_VERSION = "0.0.26"}
dev.env = {VECTORVEIN_DEBUG = "1", VECTORVEIN_VERSION = "0.0.27"}
fullstack-dev.cmd = "python run_fullstack_dev.py"
fullstack-dev.env = {VECTORVEIN_DEBUG = "1", VECTORVEIN_VERSION = "0.0.26", "VITE_LOCAL" = "http://localhost:5174/"}
fullstack-dev.env = {VECTORVEIN_DEBUG = "1", VECTORVEIN_VERSION = "0.0.27", "VITE_LOCAL" = "http://localhost:5174/"}

0 comments on commit ee5b4eb

Please sign in to comment.