diff --git a/Cargo.lock b/Cargo.lock index 2ab3446..74e4f52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1233,7 +1233,7 @@ dependencies = [ [[package]] name = "stack-graphs-python-bindings" -version = "0.0.10" +version = "0.0.11" dependencies = [ "pyo3", "stack-graphs", diff --git a/Cargo.toml b/Cargo.toml index 58bafd7..b3b1030 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stack-graphs-python-bindings" -version = "0.0.10" +version = "0.0.11" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/pyproject.toml b/pyproject.toml index ad2ada8..6f18dbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,6 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] -version = "0.0.10" +version = "0.0.11" [tool.maturin] features = ["pyo3/extension-module"]