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

Commit

Permalink
doc: updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dsdanielpark committed Jul 15, 2023
1 parent 74c35c4 commit 4d14fba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bardapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"SEPARATOR_LINE",
"USER_PROMPT",
]
__version__ = "0.1.25"
__version__ = "0.1.26"
__author__ = "daniel park <[email protected]>"
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import re
# Copyright 2023 parkminwoo, MIT License

import re
from setuptools import find_packages
from setuptools import setup

Expand All @@ -25,7 +26,7 @@ def get_long_description():

setup(
name="bardapi",
version="0.1.25",
version="0.1.26",
author="daniel park",
author_email="[email protected]",
description="The python package that returns Response of Google Bard through API.",
Expand Down

0 comments on commit 4d14fba

Please sign in to comment.