-
Notifications
You must be signed in to change notification settings - Fork 80
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.9.2.tar.gz: f2ea13105dd248f0c23decc777ae1b8a58b260eec7dc40c099718210001ded1b quetz_server-0.9.2-py2.py3-none-any.whl: 050fae29e4b1652aa6744276c9ae240f65f3066c507c4a4c00f33c731008885f
- Loading branch information
1 parent
efd519f
commit 2f819d4
Showing
3 changed files
with
24 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, 9, 1, "", "") | ||
version_info = (0, 9, 2, "", "") | ||
__version__ = '.'.join(filter(lambda s: len(s) > 0, map(str, version_info))) |