diff --git a/pyproject.toml b/pyproject.toml index 5cd34a59..6ac69ec9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi" [project] # Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections name = "ansys-math-core" -version = "0.1.1" +version = "0.1.2" description = "A Python wrapper for PyAnsys Math libraries." readme = "README.rst" requires-python = ">=3.8"