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",