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