From 3eaea28cec2d45bdab5fdcf1e59fd8301f08e96d Mon Sep 17 00:00:00 2001 From: Sekou Diao Date: Sun, 16 May 2021 17:28:08 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.3.3=20=E2=86=92=201.3.4?= 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 4ff3c1c5e..88e0e3bc1 100644 --- a/pylexique/__init__.py +++ b/pylexique/__init__.py @@ -4,7 +4,7 @@ __author__ = """SekouDiaoNlp""" __email__ = 'diao.sekou.nlp@gmail.com' -__version__ = '1.3.3' +__version__ = '1.3.4' __copyright__ = "Copyright (c) 2021, SekouDiaoNlp" __credits__ = ("Lexique383",) __license__ = "MIT" diff --git a/setup.cfg b/setup.cfg index 59e9cccdd..9024c226d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.3 +current_version = 1.3.4 commit = True tag = True diff --git a/setup.py b/setup.py index 7c1e29ba9..fddbcf495 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.3', + version='1.3.4', zip_safe=False, )