Skip to content

Commit

Permalink
Update setup.py to version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolii-maliarov authored May 17, 2020
1 parent 0d2ea35 commit e2ab0a3
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 @@

setuptools.setup(
name="amazoncaptcha",
version="0.1.4",
version="0.2.0",
description="Solving captchas never ends...",
packages=['amazoncaptcha'],
py_modules=['objects'],
Expand All @@ -29,5 +29,5 @@
],
author="Anatolii Maliarov",
author_email="tly.mov@gmail.com",
url="https://github.com/a-maliarov/amazon-captcha-solver",
url="https://github.com/a-maliarov/Amazon-Captcha-Solver",
)

0 comments on commit e2ab0a3

Please sign in to comment.