Skip to content

Commit 49d7b86

Browse files
committed
update version
Change-Id: I677387312a11954309ddec4907b2e04e721f3981
1 parent 0e5c5f2 commit 49d7b86

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.10",
45+
"google-ai-generativelanguage==0.6.11",
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)