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

Commit eb32792

Browse files
committed
build: 0.1.34
1 parent 18836b3 commit eb32792

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
@@ -42,5 +42,5 @@
4242
"max_token",
4343
"max_sentence",
4444
]
45-
__version__ = "0.1.33"
45+
__version__ = "0.1.34"
4646
__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.33",
29+
version="0.1.34",
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)