From ff09595c4aa0f2e9b532a07d7d8fe41ae68936e0 Mon Sep 17 00:00:00 2001 From: Dewmal Date: Sun, 2 Feb 2025 23:30:56 +0530 Subject: [PATCH] bump version 0.5.0-alpha.1 --- 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 9369eb0..185e7b5 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.5.0-alpha.1" classifiers = [ "Programming Language :: Rust", "Programming Language :: Python :: Implementation :: CPython",