version bump

This commit is contained in:
2017-04-09 17:32:08 +02:00
parent a93d0ec9d2
commit 95d87687aa
2 changed files with 5 additions and 2 deletions

View File

@@ -6,13 +6,13 @@ from setuptools import setup
setup(
name = 'slideslurp',
version = '0.0.2',
version = '0.0.3',
description = 'SlideShare to PDF',
author = 'Veit Heller',
author_email = 'veit@veitheller.de',
license = 'MIT License',
url = 'https://github.com/hellerve/slideslurp',
download_url = 'https://github.com/hellerve/slideslurp/tarball/0.0.2',
download_url = 'https://github.com/hellerve/slideslurp/tarball/0.0.3',
packages = find_packages('.'),
install_requires=[
"bs4",