Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaiton committed May 10, 2024
1 parent e47f90a commit 9a18f47
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

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

[workspace.package]
name="hyperdrive-rs"
version="0.15.1"
version="0.15.2"
authors = [
"Alex Towle <[email protected]>",
"Dylan Paiton <[email protected]>",
"Jonny Rhea <[email protected]>",
"matthew Brown <[email protected]>",
"Matthew Brown <[email protected]>",
"Mihai Cosma <[email protected]>",
"Ryan Goree <[email protected]>",
"Sheng Lundquist <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion bindings/hyperdrivepy/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "hyperdrivepy"
version = "0.15.1"
version = "0.15.2"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
Expand Down
2 changes: 1 addition & 1 deletion bindings/hyperdrivepy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="hyperdrivepy",
version="0.15.1",
version="0.15.2",
packages=["hyperdrivepy"],
package_dir={"": "python"},
rust_extensions=[
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "hyperdrivepy"
version = "0.15.1"
version = "0.15.2"
authors = [
{ name = "Dylan Paiton", email = "[email protected]" },
{ name = "Matthew Brown", email = "[email protected]" },
Expand Down

0 comments on commit 9a18f47

Please sign in to comment.