From 1b76df6d1cc25cd68de865f31cf437dab4d8f0f1 Mon Sep 17 00:00:00 2001 From: "paul.profizi" Date: Tue, 4 Apr 2023 14:24:32 +0200 Subject: [PATCH] Bump to 0.4.0 and remove git direct dependency --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e7971fcc2..be449b337 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.3.1.dev0" +version = "0.4.0" description = "PyDPF-Post Python library." readme = "README.md" requires-python = ">=3.7.*,<4.0" @@ -17,7 +17,7 @@ maintainers = [ {name = "ANSYS, Inc.", email = "pyansys.core@ansys.com"}, ] dependencies = [ - "ansys-dpf-core @ git+https://git@github.com/pyansys/pydpf-core.git", + "ansys-dpf-core", "scooby", ] classifiers = [