Skip to content

Commit

Permalink
Merge pull request #156 from Chia-Network/bump-0.2.7
Browse files Browse the repository at this point in the history
bump version to 0.2.7
  • Loading branch information
arvidn authored Apr 24, 2023
2 parents 835a74e + 8aca040 commit 7a99da1
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exclude = ["wheel"]

[package]
name = "chia"
version = "0.2.6"
version = "0.2.7"
edition = "2021"
license = "Apache-2.0"
description = "Utility functions and types used by the Chia blockchain full node"
Expand All @@ -21,8 +21,8 @@ py-bindings = ["dep:pyo3"]
clvmr = "=0.2.4"
hex = "=0.4.3"
pyo3 = { version = "=0.15.1", features = ["extension-module"], optional = true }
clvm-utils = { version = "=0.2.6", path = "clvm-utils" }
chia-protocol = { version = "=0.2.6", path = "chia-protocol" }
clvm-utils = { version = "=0.2.7", path = "clvm-utils" }
chia-protocol = { version = "=0.2.7", path = "chia-protocol" }

[dev-dependencies]
num-traits = "=0.2.15"
Expand Down
2 changes: 1 addition & 1 deletion chia-bls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-bls"
version = "0.2.6"
version = "0.2.7"
edition = "2021"
license = "Apache-2.0"
description = "BLS signature, verification and aggregation funcions for the Chia blockchain"
Expand Down
2 changes: 1 addition & 1 deletion chia-protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-protocol"
version = "0.2.6"
version = "0.2.7"
edition = "2021"
license = "Apache-2.0"
description = "Chia network protocol message types"
Expand Down
2 changes: 1 addition & 1 deletion clvm-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clvm-utils"
version = "0.2.6"
version = "0.2.7"
edition = "2021"
license = "Apache-2.0"
description = "Utility functions for processing clvm programs and structures"
Expand Down
2 changes: 1 addition & 1 deletion wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia_wasm"
version = "0.2.6"
version = "0.2.7"
authors = ["Richard Kiss <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion wheel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia_rs"
version = "0.2.6"
version = "0.2.7"
authors = ["Richard Kiss <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 7a99da1

Please sign in to comment.