From 54d473fca3862ad4d2ad8bfedb379cf084b6553c Mon Sep 17 00:00:00 2001 From: C-K-Loan Date: Tue, 21 Mar 2023 00:14:04 +0100 Subject: [PATCH] update description --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d9588f3e..e12325c5 100644 --- a/setup.py +++ b/setup.py @@ -46,12 +46,12 @@ # For a discussion on single-sourcing the version across setup.py and the # project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='4.0.0', # Required + version='4.2.0', # Required # This is a one-line description or tagline of what your project does. This # corresponds to the "Summary" metadata field: # https://packaging.python.org/specifications/core-metadata/#summary - description='John Snow Labs NLU provides state of the art algorithms for NLP&NLU with 5000+ 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.', + description='John Snow Labs NLU provides state of the art algorithms for NLP&NLU with 10000+ 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.', # This is an optional longer description of your project that represents # the body of text which users will see when they visit PyPI.