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

Commit 1a90067

Browse files
committed
build: 0.1.38
1 parent ec300c7 commit 1a90067

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
@@ -44,5 +44,5 @@
4444
"max_sentence",
4545
"Tool",
4646
]
47-
__version__ = "0.1.37"
47+
__version__ = "0.1.38"
4848
__author__ = "daniel park <[email protected]>"

setup.py

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

2626
setup(
2727
name="bardapi",
28-
version="0.1.37",
28+
version="0.1.38",
2929
author="daniel park",
3030
author_email="[email protected]",
3131
description="The python package that returns Response of Google Bard through API.",

0 commit comments

Comments
 (0)