Skip to content

Commit 877a915

Browse files
committed
chore: update version to 0.0.2
1 parent a1049b0 commit 877a915

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

adk-chatkit/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "adk-chatkit"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
description = "Google ADK with openai chatkit"
55
readme = "README.md"
66
authors = [
@@ -18,6 +18,7 @@ classifiers = [
1818
"Programming Language :: Python :: 3.11",
1919
"Programming Language :: Python :: 3.12",
2020
"Programming Language :: Python :: 3.13",
21+
"Programming Language :: Python :: 3.14",
2122
"Operating System :: OS Independent",
2223
"Topic :: Software Development :: Libraries :: Python Modules",
2324
"License :: OSI Approved :: Apache Software License",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = "Kapil Sachdeva"
22
__application__ = "adk-chatkit"
3-
__version__ = "0.0.1"
3+
__version__ = "0.0.2"

0 commit comments

Comments
 (0)