From 674514e50e1a75fc381d7ad8cf87e85530d6d99e Mon Sep 17 00:00:00 2001 From: dewmal Date: Fri, 16 Aug 2024 07:17:16 +0530 Subject: [PATCH] bump version v0.16.15 --- 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 1d9fd41..661117a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -430,7 +430,7 @@ checksum = "e9e8aabfac534be767c909e0690571677d49f41bd8465ae876fe043d52ba5292" [[package]] name = "ceylon" -version = "0.16.14" +version = "0.16.15" dependencies = [ "async-trait", "futures", diff --git a/bindings/ceylon/Cargo.toml b/bindings/ceylon/Cargo.toml index 09821a2..9807b26 100644 --- a/bindings/ceylon/Cargo.toml +++ b/bindings/ceylon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ceylon" -version = "0.16.14" +version = "0.16.15" 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 1f8753a..0507d2e 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.16.14" +version = "0.16.15" classifiers = [ "Programming Language :: Rust", "Programming Language :: Python :: Implementation :: CPython",