Skip to content

Commit d8d79c6

Browse files
committed
Bump versions
1 parent 700173e commit d8d79c6

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

python-interpreter/packages/afm-cli/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "afm-cli"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
description = "AFM CLI metapackage: installs afm-core and afm-langchain"
55
readme = "README.md"
66
classifiers = [
@@ -11,7 +11,7 @@ license = "Apache-2.0"
1111
requires-python = ">=3.11"
1212
urls = { Repository = "https://github.com/wso2/reference-implementations-afm" }
1313
dependencies = [
14-
"afm-core==0.1.3",
14+
"afm-core==0.1.4",
1515
"afm-langchain>=0.1.0",
1616
]
1717

python-interpreter/packages/afm-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "afm-core"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "AFM (Agent-Flavored Markdown) core: parser, CLI, protocols, and interfaces"
55
readme = "README.md"
66
classifiers = [

python-interpreter/packages/afm-langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "afm-langchain"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "AFM LangChain execution backend"
55
readme = "README.md"
66
classifiers = [

python-interpreter/uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)