From 715f81ffde428759c902cdd16c9b8d03f2bdf463 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 2 Nov 2020 16:57:16 +0100 Subject: Adding upstream version 0.11.9. Signed-off-by: Daniel Baumann --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') 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', -- cgit v1.2.3