From b0e75242abbef938cbb02efe196bf0552000535a Mon Sep 17 00:00:00 2001 From: "paul.profizi" Date: Wed, 21 Feb 2024 15:41:10 +0100 Subject: [PATCH] Bump to 0.7.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3ea1a3bf0..b06ae5b05 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.6.1.dev0" +version = "0.7.0" 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 = [