summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-08-02 04:36:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-08-02 04:36:14 +0000
commit8c81ee7a5681220d669c7c64d867fdddae38d8be (patch)
tree253c24415ea2dfaedd5ac0772638e5522ce9c4b6 /setup.py
parentAdding upstream version 0.15.1. (diff)
downloadgita-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6fb92eb..bc82040 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.1',
+ version='0.15.2',
license='MIT',
description='Manage multiple git repos with sanity',
long_description=long_description,