Skip to content

Commit

Permalink
Publish 0.4.0
Browse files Browse the repository at this point in the history
SHA256 hashes:

quetz-server-0.4.0.tar.gz: a586b99cd5ae9d4a0f4088ad6aac5b4de7a0f362f833f0ee467b09f8fd4f7000

quetz_server-0.4.0-py2.py3-none-any.whl: 268a318c4dbd83e909edf8b82bf2aade9a668b86f5cea4764e7b24dbf41cceb8
  • Loading branch information
github-actions[bot] committed Mar 14, 2022
1 parent 044e51e commit b7d3399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ include_trailing_comma = true
check-imports = ["quetz"]

[tool.tbump.version]
current = "0.3.0"
current = "0.4.0"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion quetz/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 3, 0, "", "")
version_info = (0, 4, 0, "", "")
__version__ = '.'.join(filter(lambda s: len(s) > 0, map(str, version_info)))

0 comments on commit b7d3399

Please sign in to comment.