diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5a2b672..542e3c0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2020.04.10 +current_version = 2020.09.02 commit = True tag = True tag_name = {new_version} @@ -7,4 +7,3 @@ tag_name = {new_version} [bumpversion:file:py-pagexml/pagexml/__init__.py] [bumpversion:file:py-textfeat/textfeat/__init__.py] - diff --git a/py-pagexml/pagexml/__init__.py b/py-pagexml/pagexml/__init__.py index eac260f..1b12a79 100644 --- a/py-pagexml/pagexml/__init__.py +++ b/py-pagexml/pagexml/__init__.py @@ -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' diff --git a/py-textfeat/textfeat/__init__.py b/py-textfeat/textfeat/__init__.py index 2c85c11..0f4d152 100644 --- a/py-textfeat/textfeat/__init__.py +++ b/py-textfeat/textfeat/__init__.py @@ -1,4 +1,4 @@ from .swigTextFeatExtractor import * # pylint: disable=import-error from .legacy import LegacyTextFeatExtractor -__version__ = '2020.04.10' +__version__ = '2020.09.02'