diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-11-02 15:57:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-11-02 15:57:16 +0000 |
commit | 715f81ffde428759c902cdd16c9b8d03f2bdf463 (patch) | |
tree | 70b3b6429a411371bff8907340157d2122760fab /setup.py | |
parent | Adding upstream version 0.10.10. (diff) | |
download | gita-715f81ffde428759c902cdd16c9b8d03f2bdf463.tar.xz gita-715f81ffde428759c902cdd16c9b8d03f2bdf463.zip |
Adding upstream version 0.11.9.upstream/0.11.9
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,9 +7,9 @@ with open('README.md', encoding='utf-8') as f: setup( name='gita', packages=['gita'], - version='0.10.10', + version='0.11.9', license='MIT', - description='Manage multiple git repos', + description='Manage multiple git repos with sanity', long_description=long_description, long_description_content_type='text/markdown', url='https://github.com/nosarthur/gita', |