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 a1049b0 commit 877a915Copy full SHA for 877a915
adk-chatkit/pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "adk-chatkit"
3
-version = "0.0.1"
+version = "0.0.2"
4
description = "Google ADK with openai chatkit"
5
readme = "README.md"
6
authors = [
@@ -18,6 +18,7 @@ classifiers = [
18
"Programming Language :: Python :: 3.11",
19
"Programming Language :: Python :: 3.12",
20
"Programming Language :: Python :: 3.13",
21
+ "Programming Language :: Python :: 3.14",
22
"Operating System :: OS Independent",
23
"Topic :: Software Development :: Libraries :: Python Modules",
24
"License :: OSI Approved :: Apache Software License",
adk-chatkit/src/adk_chatkit/__about__.py
@@ -1,3 +1,3 @@
__author__ = "Kapil Sachdeva"
__application__ = "adk-chatkit"
-__version__ = "0.0.1"
+__version__ = "0.0.2"
0 commit comments