diff --git a/setup.py b/setup.py index b13b2fd..c5d3b8c 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup,find_packages setup( name='gitback', - version='1.1.4', + version='1.1.5', description='Makes a backup of all your repositories and gists from GitHub', long_description=open('README.md').read(), long_description_content_type="text/markdown",