diff --git a/setup.py b/setup.py index e7787b7..6d9e1d1 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def run(self): setup( name='tuw-nlp', - version='0.0.2', + version='0.0.3', description='NLP tools at TUW Informatics', long_description=open("README.md", "r", encoding="utf-8").read(), long_description_content_type="text/markdown",