From 891cb9fcb9e3ab098ac7d81dc0707cfc47d60f2c Mon Sep 17 00:00:00 2001 From: Dewmal Date: Sun, 19 Jan 2025 20:38:05 +0530 Subject: [PATCH] bump version 0.21.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 ad428602..fe8be6a1 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.21.0-alpha.1" +version = "0.21.0" classifiers = [ "Programming Language :: Rust", "Programming Language :: Python :: Implementation :: CPython",