Skip to content

Commit 9327c22

Browse files
committed
Update to version 0.5.6
1 parent 94bf39a commit 9327c22

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

HISTORY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,5 @@
5252
+ **Version 0.5.4**:
5353
1. 200,000 captchas crash test, accuracy is 100%.
5454
2. Minor notes added.
55+
+ **Version 0.5.6**:
56+
1. Remove `selenium` from required dependencies.

amazoncaptcha/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = 'amazoncaptcha'
22
__description__ = "Pure Python, lightweight, Pillow-based solver for the Amazon text captcha."
33
__url__ = 'https://github.com/a-maliarov/amazoncaptcha'
4-
__version__ = '0.5.5'
4+
__version__ = '0.5.6'
55
__author__ = 'Anatolii Maliarov'
66
__author_email__ = 'tly.mov@gmail.com'
77
__license__ = 'MIT'

0 commit comments

Comments
 (0)