From 70e33d9ab20973fbd5bc880cf36771e418ef59ec Mon Sep 17 00:00:00 2001 From: Elisha Hollander Date: Fri, 14 Jan 2022 01:37:18 +0200 Subject: [PATCH] update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0ae62a1..a42e69e 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup,find_packages setup( name='gitback', - version='1.1.0', + version='1.1.1', description='Makes a backup of all your repositories and gists from GitHub', long_description=open('README.md').read(), long_description_content_type="text/markdown",