diff --git a/setup.py b/setup.py index e2620e3..ed5439d 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="hvicorn", - version="0.0.3", + version="0.0.4", description="Something for creating webapps like uvicorn, But for online chatrooms...", long_description=open("README.md", "r").read(), long_description_content_type="text/markdown",