From f2bb1d391344dbfc989182b388dd0e0b05c99e0d Mon Sep 17 00:00:00 2001 From: dsdanielpark Date: Wed, 20 Mar 2024 16:17:57 +0900 Subject: [PATCH] build: 1.0.0 using python-gemini-api --- bardapi/__init__.py | 2 +- requirements.txt | 3 ++- setup.py | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/bardapi/__init__.py b/bardapi/__init__.py index 9ad701a1f..b7c0eb10e 100644 --- a/bardapi/__init__.py +++ b/bardapi/__init__.py @@ -44,5 +44,5 @@ "max_sentence", "Tool", ] -__version__ = "0.1.41" +__version__ = "1.0.0" __author__ = "daniel park " diff --git a/requirements.txt b/requirements.txt index c37fad9d7..45f107573 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,5 @@ httpx[http2]>=0.20.0 langdetect deep_translator google-cloud-translate -browser_cookie3 \ No newline at end of file +browser_cookie3 +python-gemini-api > 2.3.0 \ No newline at end of file diff --git a/setup.py b/setup.py index b23f85c9e..5f8baffb0 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def get_long_description(): setup( name="bardapi", - version="0.1.41", + version="1.0.0", author="daniel park", author_email="parkminwoo1991@gmail.com", description="The python package that returns Response of Google Bard through API.", @@ -38,6 +38,7 @@ def get_long_description(): "httpx[http2]>=0.20.0", "requests", "colorama", + "python-gemini-api" ], extras_require={ "translate": [