diff --git a/pyproject.toml b/pyproject.toml index 9e1acb6..eb45eec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mlir-python-utils" -version = "0.0.5" +version = "0.0.6" description = "The missing pieces (as far as boilerplate reduction goes) of the upstream MLIR python bindings." requires-python = ">=3.10" license = { file = "LICENSE" }