diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-09-02 18:10:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-09-02 18:10:16 +0000 |
commit | 49f3e6f07cd08f5d05f24fb16e35c3ca242e381e (patch) | |
tree | 53070167b5be6735f27b4382c532f0ec06f7d2c8 /setup.py | |
parent | Adding upstream version 0.10.9. (diff) | |
download | gita-49f3e6f07cd08f5d05f24fb16e35c3ca242e381e.tar.xz gita-49f3e6f07cd08f5d05f24fb16e35c3ca242e381e.zip |
Adding upstream version 0.10.10.upstream/0.10.10
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.10.9', + version='0.10.10', license='MIT', description='Manage multiple git repos', long_description=long_description, |