Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonBY committed Jul 11, 2023
1 parent 1efd670 commit 451f50c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ description = ""
license = {text = "CC BY-NC-SA"}
name = ""
requires-python = ">=3.8,<3.12"
version = "0.0.12"
version = "0.0.13"

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

[tool.pdm.scripts]
build = "python build.py -v 0.0.12 -t p"
build = "python build.py -v 0.0.13 -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.12"}
dev.env = {VECTORVEIN_DEBUG = "1", VECTORVEIN_VERSION = "0.0.13"}

0 comments on commit 451f50c

Please sign in to comment.