From 7eb00995c7238267864b9d956ed627c6a2fae45c Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Wed, 22 May 2024 11:07:23 +0800 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9bb7051..ed0258b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="hugchat", - version="0.4.5", + version="0.4.6", description="A huggingchat python api.", long_description=open("README.md", "rt", encoding="utf-8").read(), long_description_content_type="text/markdown",