Skip to content

Commit 92b287d

Browse files
authored
Update google-ai-generativelanguage version (#665)
* Update setup.py * Update version.py
1 parent 5a3ba73 commit 92b287d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google/generativeai/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
from __future__ import annotations
1616

17-
__version__ = "0.8.3"
17+
__version__ = "0.8.4"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def get_version():
4242
release_status = "Development Status :: 5 - Production/Stable"
4343

4444
dependencies = [
45-
"google-ai-generativelanguage==0.6.13",
45+
"google-ai-generativelanguage==0.6.15",
4646
"google-api-core",
4747
"google-api-python-client",
4848
"google-auth>=2.15.0", # 2.15 adds API key auth support

0 commit comments

Comments
 (0)