Skip to content

Commit

Permalink
ocrd-tool: version updated, fix #76
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Oct 31, 2019
1 parent 1a0fb84 commit 6638861
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Versioned according to [Semantic Versioning](http://semver.org/).

## Unreleased

## [0.5.1] - 2019-10-31

Fixed:

* Correct version in ocrd-tool.json, #76

## [0.5.0] - 2019-10-26

* Adapt to new core image API, #80
Expand Down
2 changes: 1 addition & 1 deletion ocrd_tesserocr/ocrd-tool.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.4.1",
"version": "0.5.1",
"git_url": "https://github.com/OCR-D/ocrd_tesserocr",
"dockerhub": "ocrd/tesserocr",
"tools": {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='ocrd_tesserocr',
version='0.5.0',
version='0.5.1',
description='Tesserocr bindings',
long_description=codecs.open('README.md', encoding='utf-8').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 6638861

Please sign in to comment.