From 8d4e39312b2b08107984bcd58208e7ffa19866c3 Mon Sep 17 00:00:00 2001 From: 0x24a Date: Fri, 2 Aug 2024 23:12:56 +0800 Subject: [PATCH] Bump version to 0.0.9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",