Skip to content

Commit

Permalink
Increment version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowmoose committed Nov 24, 2020
1 parent e9a35aa commit f15948f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def readme(file='', split=False):

setup(
name='pyderman',
version='2.0.0',
version='2.0.1',
description='Installs the latest Chrome/Firefox/Opera/PhantomJS/Edge web drivers automatically.',
long_description=readme('README.md'),
long_description_content_type='text/markdown',
Expand All @@ -20,7 +20,8 @@ def readme(file='', split=False):
author_email='shadowmoose@github.com',
license='MIT',
packages=find_packages(),
install_requires=readme('requirements.txt', split=True),
zip_safe=False)
install_requires=[], # readme('requirements.txt', split=True),
zip_safe=False
)

# python setup.py sdist;twine upload dist/*

0 comments on commit f15948f

Please sign in to comment.