Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
build: 1.0.0 using python-gemini-api
Browse files Browse the repository at this point in the history
  • Loading branch information
dsdanielpark committed Mar 20, 2024
1 parent bf1d558 commit f2bb1d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bardapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
"max_sentence",
"Tool",
]
__version__ = "0.1.41"
__version__ = "1.0.0"
__author__ = "daniel park <parkminwoo1991@gmail.com>"
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ httpx[http2]>=0.20.0
langdetect
deep_translator
google-cloud-translate
browser_cookie3
browser_cookie3
python-gemini-api > 2.3.0
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand All @@ -38,6 +38,7 @@ def get_long_description():
"httpx[http2]>=0.20.0",
"requests",
"colorama",
"python-gemini-api"
],
extras_require={
"translate": [
Expand Down

0 comments on commit f2bb1d3

Please sign in to comment.