Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
build: 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dsdanielpark committed May 21, 2023
1 parent f76f589 commit e8a1c92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions bardapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <parkminwoo1991@gmail.com>"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit e8a1c92

Please sign in to comment.