From 80cf1903833bd120af4c40ec19c74a08dc28f10e Mon Sep 17 00:00:00 2001 From: 0x24a Date: Sun, 15 Sep 2024 17:01:55 +0800 Subject: [PATCH] Bump version to v0.1.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ad3234a..7d67ff3 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="hvicorn", - version="0.1.2", + version="0.1.3", description="A simple hack.chat bot framework with type hinting", long_description=open("README.md", "r").read(), long_description_content_type="text/markdown",