diff --git a/pyproject.toml b/pyproject.toml index 4872f17fa..ffda23a02 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-dpf-post" -version = "0.9.1.dev0" +version = "0.9.2" description = "PyDPF-Post Python library." readme = "README.md" requires-python = ">=3.9,<4.0" @@ -17,7 +17,7 @@ maintainers = [ {name = "ANSYS, Inc.", email = "pyansys.core@ansys.com"}, ] dependencies = [ - "ansys-dpf-core @ git+https://git@github.com/ansys/pydpf-core.git", + "ansys-dpf-core", "scooby", ] classifiers = [