Skip to content

Commit

Permalink
Merge pull request #152 from flu-x/develop
Browse files Browse the repository at this point in the history
Change patch version in setup.py
  • Loading branch information
Corefinder89 committed Jun 17, 2020
2 parents c087824 + 0f2228e commit 3b9d421
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='flexibox',
version='1.0.0',
version='1.0.1',
description='A single box of functionalities for a selenium project',
author='Soumyajit Basu',
author_email='soumyajit.basu62@gmail.com',
Expand All @@ -27,7 +27,7 @@
zip_safe=False,
entry_points={'console_scripts': ['flexibox = flexibox.utility.main:main']},
url="https://github.com/flu-x/Flexibox",
download_url="https://github.com/flu-x/Flexibox/archive/1.0.0.tar.gz",
download_url="https://github.com/flu-x/Flexibox/archive/1.0.1.tar.gz",
long_description=long_description,
long_description_content_type='text/markdown'
)

0 comments on commit 3b9d421

Please sign in to comment.