Skip to content

Commit

Permalink
updated version with minor bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChWick committed Jan 9, 2019
1 parent 9347420 commit faf1790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='calamari_ocr',
version='0.2.2',
version='0.2.3',
packages=find_packages(),
license='GPL-v3.0',
long_description=open("README.md").read(),
Expand All @@ -11,7 +11,7 @@
author="Christoph Wick",
author_email="christoph.wick@informatik.uni-wuerzburg.de",
url="https://github.com/Calamari-OCR/calamari",
download_url='https://github.com/Calamari-OCR/calamari/archive/v0.2.2.tar.gz',
download_url='https://github.com/Calamari-OCR/calamari/archive/v0.2.3.tar.gz',
entry_points={
'console_scripts': [
'calamari-eval=calamari_ocr.scripts.eval:main',
Expand Down

0 comments on commit faf1790

Please sign in to comment.