From 70d9123ea2ef12e1d9b3fd7fc19d50007237d3e3 Mon Sep 17 00:00:00 2001 From: parkminwoo Date: Fri, 30 Jun 2023 18:29:52 +0900 Subject: [PATCH] build: 0.1.22 fix print user prompt --- 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 33b353de4..bf40c263e 100644 --- a/bardapi/__init__.py +++ b/bardapi/__init__.py @@ -28,5 +28,5 @@ "SEPARATOR_LINE", "USER_PROMPT", ] -__version__ = "0.1.21" +__version__ = "0.1.22" __author__ = "daniel park " diff --git a/setup.py b/setup.py index 6f7f3f5dd..d76073fac 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def get_long_description(): setup( name="bardapi", - version="0.1.21", + version="0.1.22", author="daniel park", author_email="parkminwoo1991@gmail.com", description="The python package that returns Response of Google Bard through API.",