Skip to content

Commit 8857985

Browse files
author
2captcha
authored
v1.1.3 (#43)
* updated rotate test * v1.1.3
1 parent 0e223f6 commit 8857985

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

tests/test_rotate.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
import unittest
44

55

6-
files = ['../examples/images/rotate.jpg',
7-
'../examples/images/rotate_2.jpg',
8-
'../examples/images/rotate_3.jpg']
6+
files = ['../examples/images/rotate.jpg']
97

108
hint_img = '../examples/images/grid_hint.jpg'
119
hint_text = 'Put the images in the correct way up'

twocaptcha/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from .solver import (TwoCaptcha, SolverExceptions, ValidationException,
33
NetworkException, ApiException, TimeoutException)
44

5-
__version__ = '1.1.2'
5+
__version__ = '1.1.3'

0 commit comments

Comments
 (0)