diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-08-02 04:36:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-08-02 04:36:14 +0000 |
commit | 8c81ee7a5681220d669c7c64d867fdddae38d8be (patch) | |
tree | 253c24415ea2dfaedd5ac0772638e5522ce9c4b6 /setup.py | |
parent | Adding upstream version 0.15.1. (diff) | |
download | gita-8c81ee7a5681220d669c7c64d867fdddae38d8be.tar.xz gita-8c81ee7a5681220d669c7c64d867fdddae38d8be.zip |
Adding upstream version 0.15.2.upstream/0.15.2
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.1', + version='0.15.2', license='MIT', description='Manage multiple git repos with sanity', long_description=long_description, |