diff --git a/setup.py b/setup.py index 62315bc..92de4bc 100644 --- a/setup.py +++ b/setup.py @@ -2,8 +2,8 @@ setup( name="hvicorn", - version="0.0.6", - description="Something for creating webapps like uvicorn, But for online chatrooms...", + version="0.0.7", + description="A simple hack.chat bot framework with type hinting", long_description=open("README.md", "r").read(), long_description_content_type="text/markdown", url="https://github.com/Hiyoteam/hvicorn",