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