-
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.1.tar.gz: 44364450cbce6adba12f1aff27589b27ee5096493f466194289f41bd0a144167 quetz_server-0.6.1-py2.py3-none-any.whl: d63eeb6c01bcb3cf32ed816f2f16fb31ce493a1f5c3f64693d5fcc9d43ec9062
- Loading branch information
1 parent
ff885bc
commit 2346266
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, 0, "", "") | ||
version_info = (0, 6, 1, "", "") | ||
__version__ = '.'.join(filter(lambda s: len(s) > 0, map(str, version_info))) |