We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e39faa3 commit b6f16ebCopy full SHA for b6f16eb
docs/conf.py
@@ -27,7 +27,7 @@
27
# The short X.Y version
28
version = u''
29
# The full version, including alpha/beta/rc tags
30
-release = u'0.2.1'
+release = u'0.3.0'
31
32
33
# -- General configuration ---------------------------------------------------
mocr/__init__.py
@@ -9,7 +9,7 @@
9
__email__ = 'abdullahselek@gmail.com'
10
__copyright__ = 'Copyright (c) 2018 Abdullah Selek'
11
__license__ = 'MIT License'
12
-__version__ = '0.2.1'
+__version__ = '0.3.0'
13
__url__ = 'https://github.com/verifid/mocr'
14
__download_url__ = 'https://pypi.org/project/mocr/'
15
__description__ = 'Meaningful Optical Character Recognition from identity cards with Deep Learning.'
0 commit comments