Skip to content

Commit

Permalink
bumped up version
Browse files Browse the repository at this point in the history
  • Loading branch information
cballenar committed Aug 20, 2017
1 parent 1dfd28c commit 073c3e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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',
Expand All @@ -22,4 +22,4 @@
'requests',
'beautifulsoup4'
],
zip_safe=False)
zip_safe=False)

0 comments on commit 073c3e5

Please sign in to comment.