summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2020-11-02 15:57:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2020-11-02 15:57:20 +0000
commitc0456228aa67dadc0b1d28712b4b94a7d1f40054 (patch)
tree95d184e36876ec4e1539fa6806409f458762b270 /setup.py
parentReleasing debian version 0.10.10-1. (diff)
downloadgita-c0456228aa67dadc0b1d28712b4b94a7d1f40054.tar.xz
gita-c0456228aa67dadc0b1d28712b4b94a7d1f40054.zip
Merging upstream version 0.11.9.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 196d69b..ffe6ac6 100644
--- a/setup.py
+++ b/setup.py
@@ -7,9 +7,9 @@ with open('README.md', encoding='utf-8') as f:
setup(
name='gita',
packages=['gita'],
- version='0.10.10',
+ version='0.11.9',
license='MIT',
- description='Manage multiple git repos',
+ description='Manage multiple git repos with sanity',
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/nosarthur/gita',