From 0c43df8ae24648989926a1fa13179b4b674ae3a6 Mon Sep 17 00:00:00 2001 From: parkminwoo Date: Thu, 10 Aug 2023 00:24:28 +0900 Subject: [PATCH] build: 0.1.32 --- bardapi/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bardapi/__init__.py b/bardapi/__init__.py index 0a6382ffe..7f2fd5657 100644 --- a/bardapi/__init__.py +++ b/bardapi/__init__.py @@ -42,5 +42,5 @@ "max_token", "max_sentence", ] -__version__ = "0.1.31" +__version__ = "0.1.32" __author__ = "daniel park " diff --git a/setup.py b/setup.py index 33e17ba73..2c60ff825 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def get_long_description(): setup( name="bardapi", - version="0.1.31", + version="0.1.32", author="daniel park", author_email="parkminwoo1991@gmail.com", description="The python package that returns Response of Google Bard through API.",