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 527
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.21 add try except and update docstring
- Loading branch information
1 parent
5b70012
commit c1c1c72
Showing
2 changed files
with
2 additions
and
2 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 |
---|---|---|
|
@@ -28,5 +28,5 @@ | |
"SEPARATOR_LINE", | ||
"USER_PROMPT", | ||
] | ||
__version__ = "0.1.20" | ||
__version__ = "0.1.21" | ||
__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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ def get_long_description(): | |
|
||
setup( | ||
name="bardapi", | ||
version="0.1.20", | ||
version="0.1.21", | ||
author="daniel park", | ||
author_email="[email protected]", | ||
description="The python package that returns Response of Google Bard through API.", | ||
|