Skip to content

Commit 799876c

Browse files
authored
Merge pull request #836 from vsbogd/version-0.2.2
Update version to 0.2.2
2 parents 69730e3 + d794cd5 commit 799876c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ members = [
77
resolver = "2"
88

99
[workspace.package]
10-
version = "0.2.1"
10+
version = "0.2.2"
1111
edition = "2021"
1212

1313
[workspace.dependencies]
14-
hyperon = { path = "./lib", version = "0.2.1" }
14+
hyperon = { path = "./lib", version = "0.2.2" }
1515
regex = "1.11.0"
1616
log = "0.4.0"
1717
env_logger = "0.8.4"

python/VERSION

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

0 commit comments

Comments
 (0)