Skip to content

Commit

Permalink
Fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval authored and hbcarlos committed Aug 2, 2022
1 parent 8a76964 commit 18921ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ npm = ["yarn"]
ignore = ["quetz_frontend/app/build/**", "yarn.lock", ".*", "package-lock.json"]

[tool.tbump.version]
current = "0.2.0"
current = "0.3.0"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand All @@ -31,4 +31,4 @@ message_template = "Bump to {new_version}"
tag_template = "v{new_version}"

[[tool.tbump.file]]
src = "quetz_frontend/__init__.py"
src = "quetz_frontend/_version.py"

0 comments on commit 18921ae

Please sign in to comment.