From 222a519190c1e9f777f71c04f63c976b69f3fbe8 Mon Sep 17 00:00:00 2001 From: parkminwoo Date: Mon, 2 Oct 2023 21:30:32 +0900 Subject: [PATCH] build: 0.1.37 for refactoring hot fix --- 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 b4dc7242d..14d96ea43 100644 --- a/bardapi/__init__.py +++ b/bardapi/__init__.py @@ -44,5 +44,5 @@ "max_sentence", "Tool", ] -__version__ = "0.1.36" +__version__ = "0.1.37" __author__ = "daniel park " diff --git a/setup.py b/setup.py index ad2550174..1aa8eaaf4 100644 --- a/setup.py +++ b/setup.py @@ -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.",