-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SHA256 hashes: quetz-server-0.4.4.tar.gz: 50292c6998cddb89b4820f341c01370899f562e60d1563084a579b2091871821 quetz_server-0.4.4-py2.py3-none-any.whl: 41779f6c2b2e3c2dfb49bd2a1d7db9c1bfd30a7a60dd23d44c04081fba8981b5
- Loading branch information
1 parent
91003ed
commit d63e2f1
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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))) |