Skip to content

Commit

Permalink
bump version 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dewmal committed Jan 26, 2025
1 parent 9126eca commit 9c17f2b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bindings/ceylon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ceylon"
version = "0.22.1"
version = "0.22.2"
edition = "2021"
authors = ["Syigen Ltd. <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -16,7 +16,7 @@ crate-type = ["cdylib", "rlib"]
uniffi = { version = "0.28.1", features = ["tokio", "bindgen", "default"] }

[dependencies]
ceylon-core = { path = "../../libs/ceylon-core", version = "0.1.0" }
ceylon-core = { path = "../../libs/ceylon-core", version = "0.2.0" }
tokio = { version = "1.43.0", features = ["full"] }
tracing-subscriber = "0.3.19"
tracing = "0.1.41"
Expand Down
2 changes: 1 addition & 1 deletion bindings/ceylon/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.22.0-alpha.2"
version = "0.22.0"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
Expand Down
2 changes: 1 addition & 1 deletion libs/ceylon-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ceylon-core"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "Apache-2.0"
authors = ["Syigen Ltd. <[email protected]>"]
Expand Down

0 comments on commit 9c17f2b

Please sign in to comment.