diff --git a/pyproject.toml b/pyproject.toml index ee92812..cdb1fff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "qwerty" -version = "1.0.1" +version = "1.0.2" requires-python = ">= 3.10" # Only needed by simon_post.py used in both the integration tests and # examples/. But include it here for simplicity