diff --git a/Cargo.lock b/Cargo.lock index 362c9e5..992460d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1233,7 +1233,7 @@ dependencies = [ [[package]] name = "stack-graphs-python-bindings" -version = "0.0.7" +version = "0.0.8" dependencies = [ "pyo3", "stack-graphs", diff --git a/Cargo.toml b/Cargo.toml index 81bad69..3e47702 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stack-graphs-python-bindings" -version = "0.0.7" +version = "0.0.8" 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 f13c1df..e29b4dc 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.7" +version = "0.0.8" [tool.maturin] features = ["pyo3/extension-module"]