Skip to content

Commit

Permalink
Increase ver.
Browse files Browse the repository at this point in the history
  • Loading branch information
VicGrygorchyk committed Jan 20, 2020
1 parent d4d790d commit 3498d34
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 @@ -13,15 +13,15 @@ def get_requirements():

setup(
name="selen-kaa",
version="0.0.3.0",
version="0.0.3.1.0",
author="Viktor Grygorchuk",
author_email="[email protected]",
keywords=['Selenium', 'Test Automation'],
description="A lightweight wrapper around Selenium python repo.",
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=[
Expand Down

0 comments on commit 3498d34

Please sign in to comment.