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