diff --git a/bardapi/__init__.py b/bardapi/__init__.py index af3b03f21..bb0aef071 100644 --- a/bardapi/__init__.py +++ b/bardapi/__init__.py @@ -41,5 +41,5 @@ "max_token", "max_sentence", ] -__version__ = "0.1.30" +__version__ = "0.1.31" __author__ = "daniel park " diff --git a/setup.py b/setup.py index 22831a4ab..33e17ba73 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def get_long_description(): setup( name="bardapi", - version="0.1.30", + version="0.1.31", author="daniel park", author_email="parkminwoo1991@gmail.com", description="The python package that returns Response of Google Bard through API.",