From 073c3e51303b8fa4dcf5ccc15156bb4332c0657c Mon Sep 17 00:00:00 2001 From: Carlos Ballena Date: Sun, 20 Aug 2017 07:48:50 -0500 Subject: [PATCH] bumped up version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)