Skip to content

Commit b6f16eb

Browse files
committed
Bump version.
1 parent e39faa3 commit b6f16eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# The short X.Y version
2828
version = u''
2929
# The full version, including alpha/beta/rc tags
30-
release = u'0.2.1'
30+
release = u'0.3.0'
3131

3232

3333
# -- General configuration ---------------------------------------------------

mocr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
__email__ = 'abdullahselek@gmail.com'
1010
__copyright__ = 'Copyright (c) 2018 Abdullah Selek'
1111
__license__ = 'MIT License'
12-
__version__ = '0.2.1'
12+
__version__ = '0.3.0'
1313
__url__ = 'https://github.com/verifid/mocr'
1414
__download_url__ = 'https://pypi.org/project/mocr/'
1515
__description__ = 'Meaningful Optical Character Recognition from identity cards with Deep Learning.'

0 commit comments

Comments
 (0)