Skip to content

Commit

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

quetz-server-0.4.4.tar.gz: 50292c6998cddb89b4820f341c01370899f562e60d1563084a579b2091871821

quetz_server-0.4.4-py2.py3-none-any.whl: 41779f6c2b2e3c2dfb49bd2a1d7db9c1bfd30a7a60dd23d44c04081fba8981b5
  • Loading branch information
github-actions[bot] committed May 19, 2022
1 parent 91003ed commit d63e2f1
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.4.3"
current = "0.4.4"
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, 4, 3, "", "")
version_info = (0, 4, 4, "", "")
__version__ = '.'.join(filter(lambda s: len(s) > 0, map(str, version_info)))

0 comments on commit d63e2f1

Please sign in to comment.