From 5a6dbed38f29e1b255bbbc3a2bcb5ed67f413ec2 Mon Sep 17 00:00:00 2001 From: dewmal Date: Sun, 1 Sep 2024 15:03:02 +0530 Subject: [PATCH] bump version 0.16.21 --- 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 773234d..b2ec66b 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.21.alpha.2" +version = "0.16.21" classifiers = [ "Programming Language :: Rust", "Programming Language :: Python :: Implementation :: CPython",