From b32658563a6ec097ea2ec15a01fb52d3b89f83cd Mon Sep 17 00:00:00 2001 From: SekouDiaoNlp Date: Tue, 11 May 2021 08:48:00 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.8=20=E2=86=92=201.3.0?= 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 d72d25a9f..580056ff7 100644 --- a/pylexique/__init__.py +++ b/pylexique/__init__.py @@ -4,7 +4,7 @@ __author__ = """SekouDiaoNlp""" __email__ = 'diao.sekou.nlp@gmail.com' -__version__ = '1.2.8' +__version__ = '1.3.0' __copyright__ = "Copyright (c) 2021, SekouDiaoNlp" __credits__ = ("Lexique383",) __license__ = "MIT" diff --git a/setup.cfg b/setup.cfg index f999fff37..d2f880ab9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.8 +current_version = 1.3.0 commit = True tag = True diff --git a/setup.py b/setup.py index 93416d25f..a57b43821 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.2.8', + version='1.3.0', zip_safe=False, )