Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
Change-Id: I677387312a11954309ddec4907b2e04e721f3981
  • Loading branch information
MarkDaoust committed Oct 31, 2024
1 parent 0e5c5f2 commit 49d7b86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google/generativeai/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
from __future__ import annotations

__version__ = "0.8.3"
__version__ = "0.8.4"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def get_version():
release_status = "Development Status :: 5 - Production/Stable"

dependencies = [
"google-ai-generativelanguage==0.6.10",
"google-ai-generativelanguage==0.6.11",
"google-api-core",
"google-api-python-client",
"google-auth>=2.15.0", # 2.15 adds API key auth support
Expand Down

0 comments on commit 49d7b86

Please sign in to comment.