From 1c73d8f663ac0530564c1ba45e1d801ec6e9026b Mon Sep 17 00:00:00 2001 From: dewmal Date: Fri, 26 Jul 2024 00:53:24 +0530 Subject: [PATCH] release v0.14.20 --- Cargo.lock | 2 +- bindings/ceylon/Cargo.toml | 2 +- bindings/ceylon/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b2772ce..a127241a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -503,7 +503,7 @@ checksum = "41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f" [[package]] name = "ceylon" -version = "0.14.18" +version = "0.14.20" dependencies = [ "async-trait", "futures", diff --git a/bindings/ceylon/Cargo.toml b/bindings/ceylon/Cargo.toml index 8b37c158..074712f3 100644 --- a/bindings/ceylon/Cargo.toml +++ b/bindings/ceylon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ceylon" -version = "0.14.18" +version = "0.14.20" 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 6eeda586..268e066d 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.14.18" +version = "0.14.20" classifiers = [ "Programming Language :: Rust", "Programming Language :: Python :: Implementation :: CPython",