Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
andresionek91 committed Jul 5, 2020
1 parent 2baf3d4 commit ae7f8ee
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
long_description = f.read()


setup(
name='fake_web_events',
version='0.1.0',
version='0.1.1',
description='Generator of semi-random fake web events. ',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -18,9 +17,6 @@
author='Andre Sionek',
author_email='[email protected]',
url="https://github.com/andresionek91/fake-web-events",
project_urls={
"Documentation": "https://github.com/andresionek91/fake-web-events/blob/master/README.md"
},
packages=['fake_web_events'],
install_requires=['pyaml==20.4.0', 'pytest==5.4.3', 'faker==4.1.1'],
classifiers=[
Expand Down

0 comments on commit ae7f8ee

Please sign in to comment.