Skip to content

Commit

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

quetz-server-0.4.2.tar.gz: abc410254d11a250066b2cd933e115402bb17bc0e26922a0495f167c6bc3b0ab

quetz_server-0.4.2-py2.py3-none-any.whl: 013c06317e54465f206bc912d1526d9ae29d58cde82aa6eff1efe3c0434ab617
  • Loading branch information
github-actions[bot] committed Apr 7, 2022
1 parent a7779f0 commit 29fb81d
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.1"
current = "0.4.2"
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, 1, "", "")
version_info = (0, 4, 2, "", "")
__version__ = '.'.join(filter(lambda s: len(s) > 0, map(str, version_info)))

0 comments on commit 29fb81d

Please sign in to comment.