diff --git a/bardapi/__init__.py b/bardapi/__init__.py index 9ad701a1..b7c0eb10 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 c37fad9d..45f10757 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 b23f85c9..5f8baffb 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": [