From e8a1c9252804ce0beb4227c4c2aca7dce974394b Mon Sep 17 00:00:00 2001 From: parkminwoo Date: Mon, 22 May 2023 01:22:08 +0900 Subject: [PATCH] build: 0.1.9 --- bardapi/__init__.py | 3 +-- setup.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bardapi/__init__.py b/bardapi/__init__.py index 50652db73..abef0aded 100644 --- a/bardapi/__init__.py +++ b/bardapi/__init__.py @@ -2,9 +2,8 @@ from bardapi.core import Bard from bardapi.tranlsator import translate - bard_api_key = os.environ.get("_BARD_API_KEY") __all__ = ["Bard", "bard_api_key", "translate"] -__version__ = "0.1.8" +__version__ = "0.1.9" __author__ = "daniel park " diff --git a/setup.py b/setup.py index f7a9093d8..37036fc14 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def get_long_description(): setup( name="bardapi", - version="0.1.8", + version="0.1.9", author="daniel park", author_email="parkminwoo1991@gmail.com", description="The python package that returns Response of Google Bard through API.",