-
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.6.3.tar.gz: cb4bb1acf56610c47fce9f1097af3385c6dae9a45ad822cae110e27f52ec36a3 quetz_server-0.6.3-py2.py3-none-any.whl: eef8669dbc628619cfff0042dd7952a7dbc48c23ee7680c8a78edfa36a1456a2
- Loading branch information
1 parent
794eccb
commit 69acce5
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, 6, 2, "", "") | ||
version_info = (0, 6, 3, "", "") | ||
__version__ = '.'.join(filter(lambda s: len(s) > 0, map(str, version_info))) |