version bump

This commit is contained in:
2017-04-09 17:29:55 +02:00
parent a0014a0684
commit a93d0ec9d2

View File

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