diff --git a/bardapi/__init__.py b/bardapi/__init__.py index 4d743f2ac..33b353de4 100644 --- a/bardapi/__init__.py +++ b/bardapi/__init__.py @@ -28,5 +28,5 @@ "SEPARATOR_LINE", "USER_PROMPT", ] -__version__ = "0.1.20" +__version__ = "0.1.21" __author__ = "daniel park " diff --git a/setup.py b/setup.py index dd70f09a4..6f7f3f5dd 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def get_long_description(): setup( name="bardapi", - version="0.1.20", + version="0.1.21", author="daniel park", author_email="parkminwoo1991@gmail.com", description="The python package that returns Response of Google Bard through API.",