Skip to content

Commit a33b1cd

Browse files
authored
Merge pull request #971 from vsbogd/update-version
Update version to 0.2.6
2 parents 3fa3e73 + 7a9f322 commit a33b1cd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ members = [
1010
resolver = "2"
1111

1212
[workspace.package]
13-
version = "0.2.5"
13+
version = "0.2.6"
1414
edition = "2021"
1515

1616
[workspace.dependencies]
17-
hyperon = { path = "./lib", version = "0.2.5" }
18-
hyperon-common = { path = "./hyperon-common", version = "0.2.5" }
19-
hyperon-atom = { path = "./hyperon-atom", version = "0.2.5" }
20-
hyperon-space = { path = "./hyperon-space", version = "0.2.5" }
17+
hyperon = { path = "./lib", version = "0.2.6" }
18+
hyperon-common = { path = "./hyperon-common", version = "0.2.6" }
19+
hyperon-atom = { path = "./hyperon-atom", version = "0.2.6" }
20+
hyperon-space = { path = "./hyperon-space", version = "0.2.6" }
2121

2222
regex = "1.11.0"
2323
log = "0.4.0"

python/VERSION

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

0 commit comments

Comments
 (0)