Skip to content

Commit

Permalink
v0.16.1 (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaiton authored Jun 28, 2024
1 parent f03218b commit a7859ca
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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.

2 changes: 1 addition & 1 deletion 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.16.0"
version="0.16.1"
authors = [
"Alex Towle <[email protected]>",
"Dylan Paiton <[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.16.0"
version = "0.16.1"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
Expand Down
4 changes: 2 additions & 2 deletions bindings/hyperdrivepy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

setup(
name="hyperdrivepy",
version="0.16.0",
version="0.16.1",
packages=["hyperdrivepy"],
package_dir={"": "python"},
rust_extensions=[
RustExtension("hyperdrivepy.hyperdrivepy", binding=Binding.PyO3),
],
# rust extensions are not zip safe, just like C-extensions.
# Rust extensions are not zip safe, just like C-extensions.
zip_safe=False,
python_requires=">=3.8",
)
2 changes: 1 addition & 1 deletion crates/hyperdrive-wrappers/hyperdrive.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.12
v1.0.13
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.16.0"
version = "0.16.1"
authors = [
{ name = "Dylan Paiton", email = "[email protected]" },
{ name = "Matthew Brown", email = "[email protected]" },
Expand Down

0 comments on commit a7859ca

Please sign in to comment.