diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-01-09 07:44:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-01-09 07:44:03 +0000 |
commit | bdce5ac931e8dd6f2a19c3e34a951e7189343bc7 (patch) | |
tree | 172912a41a67579a096fe92fb35972618854f33d /setup.py | |
parent | Adding upstream version 0.15.9. (diff) | |
download | gita-bdce5ac931e8dd6f2a19c3e34a951e7189343bc7.tar.xz gita-bdce5ac931e8dd6f2a19c3e34a951e7189343bc7.zip |
Adding upstream version 0.16.1.upstream/0.16.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'setup.py')
-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.8', + version='0.16.1', license='MIT', description='Manage multiple git repos with sanity', long_description=long_description, |