summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-09 07:44:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-09 07:44:03 +0000
commitbdce5ac931e8dd6f2a19c3e34a951e7189343bc7 (patch)
tree172912a41a67579a096fe92fb35972618854f33d /setup.py
parentAdding upstream version 0.15.9. (diff)
downloadgita-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8a19666..4be31ed 100644
--- a/setup.py
+++ b/setup.py
@@ -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,