diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-02 17:50:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-02 17:50:17 +0000 |
commit | fb9c8fb3de6bf0c8a7547f36254d4f8a5151ea91 (patch) | |
tree | c050bf1daa2cee0cbf9760764b2b0f44924de6c4 /setup.py | |
parent | Adding upstream version 0.15.8. (diff) | |
download | gita-fb9c8fb3de6bf0c8a7547f36254d4f8a5151ea91.tar.xz gita-fb9c8fb3de6bf0c8a7547f36254d4f8a5151ea91.zip |
Adding upstream version 0.15.9.upstream/0.15.9
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ with open('README.md', encoding='utf-8') as f: setup( name='gita', packages=['gita'], - version='0.15.7.3', + version='0.15.8', license='MIT', description='Manage multiple git repos with sanity', long_description=long_description, |