Fixed error

This commit is contained in:
zhunhung
2019-04-05 13:07:06 +08:00
parent 59c0a5ce02
commit 1e59b2e889
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="sentistrength",
version="0.0.1",
version="0.0.3",
author="Zhun Hung",
author_email="yongzhunhung@gmail.com",
description="Python 3 Wrapper for SentiStrength, reads a single or multiple input with options for binary class or scale output.",