This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 526
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: 0.1.35 hotfix revert for ask_about_image
- Loading branch information
1 parent
6f2b50d
commit 045865a
Showing
3 changed files
with
178 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,5 +44,5 @@ | |
"max_sentence", | ||
"Tool", | ||
] | ||
__version__ = "0.1.34" | ||
__version__ = "0.1.35" | ||
__author__ = "daniel park <[email protected]>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ def get_long_description(): | |
|
||
setup( | ||
name="bardapi", | ||
version="0.1.34", | ||
version="0.1.35", | ||
author="daniel park", | ||
author_email="[email protected]", | ||
description="The python package that returns Response of Google Bard through API.", | ||
|