diff --git a/setup.py b/setup.py index 9c29fc1..69e7dbd 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'negspacy', - version = 'v0.1.0-alpha', + version = 'v0.1.1', url = 'https://github.com/jenojp/negspacy', author = 'Jeno Pizarro', author_email = 'jenopizzaro@gmail.com', @@ -13,7 +13,7 @@ keywords = ["nlp spacy SpaCy negation"], classifiers=[ 'Intended Audience :: Science/Research', - 'Development Status :: 1 - Planning', + 'Development Status :: 3 - Alpha', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3.6', 'Topic :: Scientific/Engineering :: Artificial Intelligence',