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 34fe10a commit fdaa89fCopy full SHA for fdaa89f
pyproject.toml
@@ -4,11 +4,11 @@ build-backend = "poetry.core.masonry.api"
4
5
[tool.poetry]
6
name = "atomic-agents"
7
-version = "1.0.22"
+version = "1.0.23"
8
description = "A versatile framework for creating and managing intelligent agents."
9
authors = ["Kenny Vaneetvelde <kenny.vaneetvelde@gmail.com>"]
10
readme = "README.md"
11
-license = "LICENSE"
+license = "MIT"
12
packages = [
13
{ include = "atomic_agents", from = "atomic-agents" },
14
{ include = "atomic_assembler", from = "atomic-assembler" }
0 commit comments