summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-09-18 17:26:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-09-18 17:26:51 +0000
commitfdfc46d13c6703f796749af8920f9f0aefd05c78 (patch)
treebe799991c6f95f233d9dbe1b87b350ab225d41c9 /setup.py
parentReleasing debian version 0.15.7-1. (diff)
downloadgita-fdfc46d13c6703f796749af8920f9f0aefd05c78.tar.xz
gita-fdfc46d13c6703f796749af8920f9f0aefd05c78.zip
Merging upstream version 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,