version bump
This commit is contained in:
6
setup.py
6
setup.py
@@ -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",
|
||||||
|
Reference in New Issue
Block a user