Skip to content

Commit

Permalink
Update the version to 0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
a-maliarov committed Oct 14, 2020
1 parent 751e52d commit 35390be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amazoncaptcha/__version__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = 'amazoncaptcha'
__description__ = "Pure Python, lightweight, Pillow-based solver for Amazon's text captcha."
__url__ = 'https://github.com/a-maliarov/amazoncaptcha'
__version__ = '0.4.9'
__version__ = '0.4.10'
__author__ = 'Anatolii Maliarov'
__author_email__ = 'tly.mov@gmail.com'
__license__ = 'MIT'
Expand Down

0 comments on commit 35390be

Please sign in to comment.