diff --git a/setup.py b/setup.py index a6422c7..76d6c6c 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='slidegrubber', - version='2.7', + version='2.7.1', description='Back up your SlideShare presentations to PDF.', classifiers=[ 'Development Status :: 5 - Production/Stable', @@ -22,4 +22,4 @@ 'requests', 'beautifulsoup4' ], - zip_safe=False) \ No newline at end of file + zip_safe=False)