We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7901532 commit 70e33d9Copy full SHA for 70e33d9
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup,find_packages
2
setup(
3
name='gitback',
4
- version='1.1.0',
+ version='1.1.1',
5
description='Makes a backup of all your repositories and gists from GitHub',
6
long_description=open('README.md').read(),
7
long_description_content_type="text/markdown",
0 commit comments