Skip to content

Commit 8879cd9

Browse files
authored
release 0.0.11 (#76)
1 parent bececd2 commit 8879cd9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ build-backend = "pdm.backend"
44

55
[project]
66
name = "langgraph-swarm"
7-
version = "0.0.10"
7+
version = "0.0.11"
88
description = "An implementation of a multi-agent swarm using LangGraph"
99
authors = [
1010
{name = "Vadym Barda", email = "[email protected] "}
1111
]
12+
license = "MIT"
13+
license-files = ["LICENSE"]
1214
readme = "README.md"
1315
requires-python = ">=3.10"
1416
dependencies = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)