From 17586cab79dc4144cadaee2efcddeb56b170e688 Mon Sep 17 00:00:00 2001 From: dewma Date: Fri, 17 Jan 2025 23:10:56 +0530 Subject: [PATCH] create release v0.20.0 --- bindings/ceylon/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/ceylon/pyproject.toml b/bindings/ceylon/pyproject.toml index 75d6237b..856a6b21 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.20.0-beta.10" +version = "0.20.0" classifiers = [ "Programming Language :: Rust", "Programming Language :: Python :: Implementation :: CPython",