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 2a01059 commit cee27f0Copy full SHA for cee27f0
adk-chatkit/pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "adk-chatkit"
3
-version = "0.0.3"
+version = "0.0.4"
4
description = "OpenAI chatkit backend support for Google ADK"
5
readme = "README.md"
6
authors = [
adk-chatkit/src/adk_chatkit/__about__.py
@@ -1,3 +1,3 @@
__author__ = "Kapil Sachdeva"
__application__ = "adk-chatkit"
-__version__ = "0.0.3"
+__version__ = "0.0.4"
0 commit comments