diff --git a/pyproject.toml b/pyproject.toml index f26fef3..c1671c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "sparsediffpy" -version = "0.6.0" +version = "0.6.1" description = "Python bindings for SparseDiffEngine algorithmic differentiation" requires-python = ">=3.11" dependencies = ["numpy >= 2.0.0"]