From a244772686b075b09ef00b474a054683f5ee9d65 Mon Sep 17 00:00:00 2001 From: Dewmal Date: Fri, 7 Feb 2025 06:11:04 +0530 Subject: [PATCH] bump version 0.23.0 --- 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 15577e9..b10d512 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -438,7 +438,7 @@ checksum = "e9e8aabfac534be767c909e0690571677d49f41bd8465ae876fe043d52ba5292" [[package]] name = "ceylon" -version = "0.5.0" +version = "0.23.0" dependencies = [ "async-trait", "ceylon-core", diff --git a/bindings/ceylon/Cargo.toml b/bindings/ceylon/Cargo.toml index d3cc316..64a36ed 100644 --- a/bindings/ceylon/Cargo.toml +++ b/bindings/ceylon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ceylon" -version = "0.5.0" +version = "0.23.0" edition = "2021" authors = ["Syigen Ltd. "] license = "Apache-2.0" diff --git a/bindings/ceylon/pyproject.toml b/bindings/ceylon/pyproject.toml index 9369eb0..7de609c 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.5.0" +version = "0.23.0" classifiers = [ "Programming Language :: Rust", "Programming Language :: Python :: Implementation :: CPython",