diff --git a/pyproject.toml b/pyproject.toml index 6bfc3875..b56c54e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] -version = "0.2.2" +version = "0.2.3" [tool.poetry-dynamic-versioning] # Enable dynamic versioning @@ -66,4 +66,4 @@ build-backend = "maturin" [tool.maturin] # "extension-module" tells pyo3 we want to build an extension module (skips linking against libpython.so) features = ["pyo3/extension-module"] -requires-python = ">=3.9,<3.13" \ No newline at end of file +requires-python = ">=3.9,<3.13"