Skip to content

Commit

Permalink
Bump version: 2020.04.10 → 2020.09.02
Browse files Browse the repository at this point in the history
  • Loading branch information
mauvilsa committed Sep 2, 2020
1 parent 1fdad55 commit 3616f8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[bumpversion]
current_version = 2020.04.10
current_version = 2020.09.02
commit = True
tag = True
tag_name = {new_version}

[bumpversion:file:py-pagexml/pagexml/__init__.py]

[bumpversion:file:py-textfeat/textfeat/__init__.py]

2 changes: 1 addition & 1 deletion py-pagexml/pagexml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
cv2 = False


__version__ = '2020.04.10'
__version__ = '2020.09.02'

PAGE_XSD_SEARCHINK = os.path.dirname(os.path.realpath(__file__))+'/xsd/pagecontent_searchink.xsd'
PAGE_XSD_OMNIUS = os.path.dirname(os.path.realpath(__file__))+'/xsd/pagecontent_omnius.xsd'
Expand Down
2 changes: 1 addition & 1 deletion py-textfeat/textfeat/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .swigTextFeatExtractor import * # pylint: disable=import-error
from .legacy import LegacyTextFeatExtractor

__version__ = '2020.04.10'
__version__ = '2020.09.02'

0 comments on commit 3616f8d

Please sign in to comment.