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

Commit a4b1c7d

Browse files
committed
build: 0.1.31
1 parent 4aa91ac commit a4b1c7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bardapi/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@
4141
"max_token",
4242
"max_sentence",
4343
]
44-
__version__ = "0.1.30"
44+
__version__ = "0.1.31"
4545
__author__ = "daniel park <[email protected]>"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def get_long_description():
2626

2727
setup(
2828
name="bardapi",
29-
version="0.1.30",
29+
version="0.1.31",
3030
author="daniel park",
3131
author_email="[email protected]",
3232
description="The python package that returns Response of Google Bard through API.",

0 commit comments

Comments
 (0)