From 2d68aaea889e26d6174912c5a4f361d59749a4a3 Mon Sep 17 00:00:00 2001 From: Mauricio Villegas Date: Thu, 4 Feb 2021 04:56:01 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202020.09.02=20=E2=86=92=202021?= =?UTF-8?q?.02.04?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- py-pagexml/pagexml/__init__.py | 2 +- py-textfeat/textfeat/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 542e3c0..c01e8c8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2020.09.02 +current_version = 2021.02.04 commit = True tag = True tag_name = {new_version} diff --git a/py-pagexml/pagexml/__init__.py b/py-pagexml/pagexml/__init__.py index 1b12a79..40fc430 100644 --- a/py-pagexml/pagexml/__init__.py +++ b/py-pagexml/pagexml/__init__.py @@ -7,7 +7,7 @@ cv2 = False -__version__ = '2020.09.02' +__version__ = '2021.02.04' 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 0f4d152..5dfacdb 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.09.02' +__version__ = '2021.02.04'