From 31c95ee5ca6481c2805022bd39828d470c2e0cee Mon Sep 17 00:00:00 2001 From: Sekou Diao Date: Fri, 14 May 2021 16:53:50 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.3.1=20=E2=86=92=201.3.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pylexique/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pylexique/__init__.py b/pylexique/__init__.py index af7562aba..17440a3ea 100644 --- a/pylexique/__init__.py +++ b/pylexique/__init__.py @@ -4,7 +4,7 @@ __author__ = """SekouDiaoNlp""" __email__ = 'diao.sekou.nlp@gmail.com' -__version__ = '1.3.1' +__version__ = '1.3.2' __copyright__ = "Copyright (c) 2021, SekouDiaoNlp" __credits__ = ("Lexique383",) __license__ = "MIT" diff --git a/setup.cfg b/setup.cfg index 365e38603..fdf95e492 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.1 +current_version = 1.3.2 commit = True tag = True diff --git a/setup.py b/setup.py index cfe74a0ec..c4af6357e 100644 --- a/setup.py +++ b/setup.py @@ -65,6 +65,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/SekouDiaoNlp/pylexique', - version='1.3.1', + version='1.3.2', zip_safe=False, )