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

Commit

Permalink
build: 0.1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
dsdanielpark committed Jul 22, 2023
1 parent 1c127a3 commit 1284b5c
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -28,5 +28,5 @@
"SEPARATOR_LINE",
"USER_PROMPT",
]
__version__ = "0.1.27"
__version__ = "0.1.28"
__author__ = "daniel park <[email protected]>"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def get_long_description():

setup(
name="bardapi",
version="0.1.27",
version="0.1.28",
author="daniel park",
author_email="[email protected]",
description="The python package that returns Response of Google Bard through API.",
Expand All @@ -41,7 +41,7 @@ def get_long_description():
"colorama",
"httpx[http2]",
"google-cloud-translate==2.0.1",
"browser_cookie3"
"browser_cookie3",
],
keywords="Python, API, Bard, Google Bard, Large Language Model, Chatbot API, Google API, Chatbot",
classifiers=[
Expand Down

0 comments on commit 1284b5c

Please sign in to comment.