Skip to content

Commit 475e3d1

Browse files
committed
Bump versions of packages
1 parent 5c58ca5 commit 475e3d1

File tree

4 files changed

+199
-187
lines changed

4 files changed

+199
-187
lines changed

langchain-interpreter/packages/afm-cli/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-cli"
3-
version = "0.1.3"
3+
version = "0.2.1"
44
description = "AFM CLI metapackage: installs afm-core and afm-langchain"
55
readme = "README.md"
66
classifiers = [

langchain-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.0"
44
description = "AFM (Agent-Flavored Markdown) core: parser, CLI, protocols, and interfaces"
55
readme = "README.md"
66
classifiers = [

langchain-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.3"
3+
version = "0.1.0"
44
description = "AFM LangChain execution backend"
55
readme = "README.md"
66
classifiers = [

0 commit comments

Comments
 (0)