summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-11-02 17:50:17 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-11-02 17:50:17 +0000
commitfb9c8fb3de6bf0c8a7547f36254d4f8a5151ea91 (patch)
treec050bf1daa2cee0cbf9760764b2b0f44924de6c4 /setup.py
parentAdding upstream version 0.15.8. (diff)
downloadgita-fb9c8fb3de6bf0c8a7547f36254d4f8a5151ea91.tar.xz
gita-fb9c8fb3de6bf0c8a7547f36254d4f8a5151ea91.zip
Adding upstream version 0.15.9.upstream/0.15.9
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 9941251..8a19666 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.3',
+ version='0.15.8',
license='MIT',
description='Manage multiple git repos with sanity',
long_description=long_description,