-
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.10.2.tar.gz: efbea1901daf7172ecce451180e70103f47ddeb4791e2ecdc21ec6ab24610292 quetz_server-0.10.2-py2.py3-none-any.whl: 5330fc581248d01c609fac8c465761a82822071296284cc730092bc0da752968
- Loading branch information
1 parent
3cbd27a
commit 76f3fda
Showing
3 changed files
with
18 additions
and
4 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
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, 10, 1, "", "") | ||
version_info = (0, 10, 2, "", "") | ||
__version__ = '.'.join(filter(lambda s: len(s) > 0, map(str, version_info))) |