diff --git a/setup.py b/setup.py index f9e6b3f..a84d29d 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="hvicorn", - version="0.0.8", + version="0.0.9", description="A simple hack.chat bot framework with type hinting", long_description=open("README.md", "r").read(), long_description_content_type="text/markdown",