-
Notifications
You must be signed in to change notification settings - Fork 6
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_client-0.5.0-py3-none-any.whl: 8b00d21ebdcfd2b01d64082b59d764f083883a5a320ce6f3c4617504f6abeb20 quetz_client-0.5.0.tar.gz: c955f6e60f08340a42e30d15b318d54e1c70dd8be3cf454a195db30f6414c4e4
- Loading branch information
1 parent
c24cc25
commit 4a3fa0e
Showing
3 changed files
with
28 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, 4, 0, "", "") | ||
version_info = (0, 5, 0, "", "") | ||
__version__ = ".".join(filter(lambda s: len(s) > 0, map(str, version_info))) |