Update error handling

This commit is contained in:
zhunhung
2021-04-09 00:37:11 +08:00
parent 611e5d250e
commit 6ba96e5eef
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="sentistrength",
version="0.0.8",
version="0.0.9",
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.",