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 525
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
74c35c4
commit 4d14fba
Showing
2 changed files
with
4 additions
and
3 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.25" | ||
__version__ = "0.1.26" | ||
__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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
import re | ||
# Copyright 2023 parkminwoo, MIT License | ||
|
||
import re | ||
from setuptools import find_packages | ||
from setuptools import setup | ||
|
||
|
@@ -25,7 +26,7 @@ def get_long_description(): | |
|
||
setup( | ||
name="bardapi", | ||
version="0.1.25", | ||
version="0.1.26", | ||
author="daniel park", | ||
author_email="[email protected]", | ||
description="The python package that returns Response of Google Bard through API.", | ||
|