diff --git a/Cargo.lock b/Cargo.lock index f3a0cee..581ee40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -503,7 +503,7 @@ checksum = "41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f" [[package]] name = "ceylon" -version = "0.15.8" +version = "0.15.11" dependencies = [ "async-trait", "futures", diff --git a/bindings/ceylon/Cargo.toml b/bindings/ceylon/Cargo.toml index b6b1b80..1063c39 100644 --- a/bindings/ceylon/Cargo.toml +++ b/bindings/ceylon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ceylon" -version = "0.15.8" +version = "0.15.11" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/bindings/ceylon/pyproject.toml b/bindings/ceylon/pyproject.toml index 9b77d19..587ec78 100644 --- a/bindings/ceylon/pyproject.toml +++ b/bindings/ceylon/pyproject.toml @@ -10,7 +10,7 @@ readme = { file = "README.md", content-type = "text/markdown" } license = { file = "LICENSE" } keywords = ["Aritifical Intelligence", "Multi Agent Systems", "CEYLON", "Ceylon Aritficial Intelligence."] dynamic = [] -version = "0.15.8" +version = "0.15.11" classifiers = [ "Programming Language :: Rust", "Programming Language :: Python :: Implementation :: CPython",