diff --git a/Cargo.toml b/Cargo.toml index 1748dbb..54a0121 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xyz-parse" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Julian Popescu "] license = "MIT OR Apache-2.0" diff --git a/pyproject.toml b/pyproject.toml index 6379f07..1cf9c42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,4 +13,4 @@ classifiers = [ dynamic = ["version"] [tool.maturin] -features = ["pyo3/extension-module"] +features = ["python"]