summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-09-18 17:26:48 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-09-18 17:26:48 +0000
commit7fbf05e2a0725a01d1baabf58d3e9cecca1f28f0 (patch)
tree2f9150e80e607835ed03604e1883a64f53da607f /setup.py
parentAdding upstream version 0.15.7. (diff)
downloadgita-upstream/0.15.8.tar.xz
gita-upstream/0.15.8.zip
Adding upstream version 0.15.8.upstream/0.15.8
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 555cf13..9941251 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.7',
+ version='0.15.7.3',
license='MIT',
description='Manage multiple git repos with sanity',
long_description=long_description,