Skip to content

Commit 850d8b4

Browse files
committed
bumped version to 2.2.2
1 parent 7806f8b commit 850d8b4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tesserocr.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tesseract 3.04.00
1818
['eng', 'osd', 'equ'])
1919
"""
2020

21-
__version__ = '2.2.2-rc.1'
21+
__version__ = '2.2.2'
2222

2323
import os
2424
from io import BytesIO

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[tox]
22
envlist=py27, py35, py36
33
[testenv]
4+
passenv=TESSDATA_PREFIX
45
deps=
56
Pillow
67
commands={envpython} setup.py test

0 commit comments

Comments
 (0)