diff --git a/Cargo.lock b/Cargo.lock index 992460d..23bfac4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1233,7 +1233,7 @@ dependencies = [ [[package]] name = "stack-graphs-python-bindings" -version = "0.0.8" +version = "0.0.9" dependencies = [ "pyo3", "stack-graphs", diff --git a/Cargo.toml b/Cargo.toml index 3e47702..755e39f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stack-graphs-python-bindings" -version = "0.0.8" +version = "0.0.9" 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 e29b4dc..71543f6 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.8" +version = "0.0.9" [tool.maturin] features = ["pyo3/extension-module"]