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

Commit 15b076b

Browse files
committed
build: 0.1.39
1 parent 0a3e1af commit 15b076b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

bardapi/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@
4444
"max_sentence",
4545
"Tool",
4646
]
47-
__version__ = "0.1.38"
47+
__version__ = "0.1.39"
4848
__author__ = "daniel park <[email protected]>"

setup.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def get_long_description():
2525

2626
setup(
2727
name="bardapi",
28-
version="0.1.38",
28+
version="0.1.39",
2929
author="daniel park",
3030
author_email="[email protected]",
3131
description="The python package that returns Response of Google Bard through API.",
@@ -56,6 +56,9 @@ def get_long_description():
5656
"Programming Language :: Python :: 3.6",
5757
"Programming Language :: Python :: 3.7",
5858
"Programming Language :: Python :: 3.8",
59+
"Programming Language :: Python :: 3.9",
60+
"Programming Language :: Python :: 3.10",
61+
"Programming Language :: Python :: 3.11",
5962
"License :: OSI Approved :: MIT License",
6063
"Topic :: Scientific/Engineering :: Artificial Intelligence",
6164
],

0 commit comments

Comments
 (0)