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

Commit

Permalink
build: 0.1.37 for refactoring hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dsdanielpark committed Oct 2, 2023
1 parent 34e1148 commit 222a519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bardapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
"max_sentence",
"Tool",
]
__version__ = "0.1.36"
__version__ = "0.1.37"
__author__ = "daniel park <parkminwoo1991@gmail.com>"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_long_description():

setup(
name="bardapi",
version="0.1.36",
version="0.1.37",
author="daniel park",
author_email="parkminwoo1991@gmail.com",
description="The python package that returns Response of Google Bard through API.",
Expand Down

0 comments on commit 222a519

Please sign in to comment.