diff --git a/setup.py b/setup.py index 457810b..5156537 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def get_requirements(): setup( name="selen-kaa", - version="0.0.3.0", + version="0.0.3.1.0", author="Viktor Grygorchuk", author_email="vvgrygorchuk@gmail.com", keywords=['Selenium', 'Test Automation'], @@ -21,7 +21,7 @@ def get_requirements(): long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/VicGrygorchyk/selen_kaa.git", - download_url="https://github.com/VicGrygorchyk/selen_kaa/archive/0.0.3.0.tar.gz", + download_url="https://github.com/VicGrygorchyk/selen_kaa/archive/0.0.3.1.0.tar.gz", packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "test*"]), install_requires=get_requirements(), classifiers=[