From 2be6aae0ec0f6089fb35d3a56c824145ca80a41c Mon Sep 17 00:00:00 2001 From: Christian Kasim Loan Date: Mon, 29 Jan 2024 07:20:20 +0100 Subject: [PATCH] bump version --- nlu/__init__.py | 3 +-- setup.py | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/nlu/__init__.py b/nlu/__init__.py index 16559b4e..1e924ff1 100644 --- a/nlu/__init__.py +++ b/nlu/__init__.py @@ -1,5 +1,4 @@ -__version__ = '5.1.3' - +__version__ = '5.1.4' import nlu.utils.environment.env_utils as env_utils diff --git a/setup.py b/setup.py index 8c2ae3f2..743cff6a 100644 --- a/setup.py +++ b/setup.py @@ -27,8 +27,7 @@ name='nlu', - version='5.1.3', - + version='5.1.4', description='John Snow Labs NLU provides state of the art algorithms for NLP&NLU with 20000+ of pretrained models in 200+ languages. It enables swift and simple development and research with its powerful Pythonic and Keras inspired API. It is powerd by John Snow Labs powerful Spark NLP library.',