We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efead6b commit 55cca2fCopy full SHA for 55cca2f
google/generativeai/version.py
@@ -14,4 +14,4 @@
14
# limitations under the License.
15
from __future__ import annotations
16
17
-__version__ = "0.5.3"
+__version__ = "0.5.4"
setup.py
@@ -42,7 +42,7 @@ def get_version():
42
release_status = "Development Status :: 5 - Production/Stable"
43
44
dependencies = [
45
- "google-ai-generativelanguage==0.6.3",
+ "google-ai-generativelanguage==0.6.4",
46
"google-api-core",
47
"google-api-python-client",
48
"google-auth>=2.15.0", # 2.15 adds API key auth support
0 commit comments