Skip to content

Commit

Permalink
Bumping rest of versions to v0.18.0 (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheng Lundquist authored Sep 5, 2024
1 parent 6ed281e commit 9906b0d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ members = [

[workspace.package]
name = "hyperdrive-rs"
version = "0.17.1"
version = "0.18.0"
authors = [
"Alex Towle <[email protected]>",
"Dylan Paiton <[email protected]>",
Expand All @@ -29,9 +29,9 @@ repository = "https://github.com/delvtech/hyperdrive-rs"
description = "API for simulating Hyperdrive smart contract transactions."

[workspace.dependencies]
fixedpointmath = { version = "0.17.1", path="crates/fixedpointmath" }
hyperdrive-wrappers = { version = "0.17.1", path="crates/hyperdrive-wrappers" }
hyperdrive-math = { version = "0.17.1", path="crates/hyperdrive-math" }
fixedpointmath = { version = "0.18.0", path="crates/fixedpointmath" }
hyperdrive-wrappers = { version = "0.18.0", path="crates/hyperdrive-wrappers" }
hyperdrive-math = { version = "0.18.0", path="crates/hyperdrive-math" }

[workspace.lints.clippy]
comparison_chain = "allow"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="hyperdrivepy",
version="0.17.1",
version="0.18.0",
packages=["hyperdrivepy"],
package_dir={"": "bindings/hyperdrivepy/python"},
rust_extensions=[
Expand Down

0 comments on commit 9906b0d

Please sign in to comment.