Skip to content

Commit 3f76dc4

Browse files
authored
Merge pull request #1075 from vsbogd/update-version
Update version to 0.2.10
2 parents 3eab571 + 5a2675b commit 3f76dc4

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,25 @@ members = [
1111
resolver = "2"
1212

1313
[workspace.package]
14-
version = "0.2.9"
14+
version = "0.2.10"
1515
edition = "2021"
1616

1717
[workspace.dependencies]
18-
hyperon = { path = "./lib", version = "0.2.9" }
19-
hyperon-common = { path = "./hyperon-common", version = "0.2.9" }
20-
hyperon-atom = { path = "./hyperon-atom", version = "0.2.9" }
21-
hyperon-space = { path = "./hyperon-space", version = "0.2.9" }
22-
hyperon-macros = { path = "./hyperon-macros", version = "0.2.9" }
18+
hyperon = { path = "./lib", version = "0.2.10" }
19+
hyperon-common = { path = "./hyperon-common", version = "0.2.10" }
20+
hyperon-atom = { path = "./hyperon-atom", version = "0.2.10" }
21+
hyperon-space = { path = "./hyperon-space", version = "0.2.10" }
22+
hyperon-macros = { path = "./hyperon-macros", version = "0.2.10" }
2323

2424
regex = "1.11.0"
2525
log = "0.4.0"
2626
env_logger = "0.8.4"
2727

2828
[patch.'https://github.com/trueagi-io/hyperon-experimental.git']
29-
hyperon-common = { path = "./hyperon-common", version = "0.2.9" }
30-
hyperon-atom = { path = "./hyperon-atom", version = "0.2.9" }
31-
hyperon-space = { path = "./hyperon-space", version = "0.2.9" }
32-
hyperon-macros = { path = "./hyperon-macros", version = "0.2.9" }
29+
hyperon-common = { path = "./hyperon-common", version = "0.2.10" }
30+
hyperon-atom = { path = "./hyperon-atom", version = "0.2.10" }
31+
hyperon-space = { path = "./hyperon-space", version = "0.2.10" }
32+
hyperon-macros = { path = "./hyperon-macros", version = "0.2.10" }
3333

3434
[profile.release]
3535
strip = "symbols"

python/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
'0.2.9'
1+
'0.2.10'

0 commit comments

Comments
 (0)