diff --git a/pylexique/__init__.py b/pylexique/__init__.py index a784a4bcc..2775b36a5 100644 --- a/pylexique/__init__.py +++ b/pylexique/__init__.py @@ -4,7 +4,7 @@ __author__ = """SekouDiaoNlp""" __email__ = 'diao.sekou.nlp@gmail.com' -__version__ = '1.3.5' +__version__ = '1.4.0' __copyright__ = "Copyright (c) 2021, SekouDiaoNlp" __credits__ = ("Lexique383",) __license__ = "MIT" diff --git a/setup.cfg b/setup.cfg index dd03fbdf5..4c1f56f90 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.5 +current_version = 1.4.0 commit = True tag = True diff --git a/setup.py b/setup.py index 46731c2e6..b03355c75 100644 --- a/setup.py +++ b/setup.py @@ -75,6 +75,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/SekouDiaoNlp/pylexique', - version='1.3.5', + version='1.4.0', zip_safe=False, )