-
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.1.2-py3-none-any.whl: 76c24c70eca5b712a6ec2973b7e78dbedbf151e6200ca1a320e8c128e0967343 quetz_client-0.1.2.tar.gz: e5ac7afe11d3c7160eb9d0780fdbdba051565d852d0bae4bbe34fcd88fcc4eb5
- Loading branch information
1 parent
b844539
commit c4fabec
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, 1, 1, "", "") | ||
version_info = (0, 1, 2, "", "") | ||
__version__ = ".".join(filter(lambda s: len(s) > 0, map(str, version_info))) |