-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
12 additions
and
10 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
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 |
---|---|---|
|
@@ -5,11 +5,12 @@ version: | |
a: null | ||
b: null | ||
rc: null | ||
post: null | ||
post: 1 | ||
dev: null | ||
managed_values: | ||
__package_name__: versipy | ||
__package_description__: Versatile version and medatada managment across the python packaging ecosystem with git integration | ||
__package_description__: Versatile version and medatada managment across the python | ||
packaging ecosystem with git integration | ||
__package_url__: https://github.com/a-slide/versipy | ||
__author_name__: Adrien Leger | ||
__author_email__: [email protected] | ||
|
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,6 +1,6 @@ | ||
__name__ = "versipy" | ||
__version__ = "0.2.4" | ||
__description__ = "Versatile version and medatada managment across the python packaging with git integration ecosystem, integrated with git" | ||
__version__ = "0.2.4.post1" | ||
__description__ = "Versatile version and medatada managment across the python packaging ecosystem with git integration" | ||
__url__ = "https://github.com/a-slide/versipy" | ||
__licence__ = "GPLv3" | ||
__author__ = "Adrien Leger" |
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