From edc6c2f6a4eb4f1a10a65216008bf3d36ebc47d5 Mon Sep 17 00:00:00 2001 From: Abdul Waheed Date: Thu, 19 Dec 2024 18:05:41 -0500 Subject: [PATCH] github actions and new version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 563d6d5..65c312b 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="anygen", - version="1.0.0", + version="1.0.1", author="Abdul Waheed", author_email="abdulwaheed1513@gmail.com", description="A unified interface for text generation using Hugging Face, OpenAI, and Gemini models.",