-
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.2.0-py3-none-any.whl: e3abf2a9dc57010ac2608a133977b82292bbdc49e5fb505cc0f8da2d8746aa43 quetz_client-0.2.0.tar.gz: 2494d292d0d163dfa181bc0342b8f630ec150315c17412f1aee8b5ab03cc08d6
- Loading branch information
1 parent
310e0f6
commit de8cb8b
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, 2, "", "") | ||
version_info = (0, 2, 0, "", "") | ||
__version__ = ".".join(filter(lambda s: len(s) > 0, map(str, version_info))) |