diff --git a/pyproject.toml b/pyproject.toml index 15b8a19..8536e9b 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.1" +version = "0.0.2" [tool.maturin] features = ["pyo3/extension-module"]