Skip to content

Commit 1b76df6

Browse files
committed
Bump to 0.4.0 and remove git direct dependency
1 parent 49e4922 commit 1b76df6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55
[project]
66
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
77
name = "ansys-dpf-post"
8-
version = "0.3.1.dev0"
8+
version = "0.4.0"
99
description = "PyDPF-Post Python library."
1010
readme = "README.md"
1111
requires-python = ">=3.7.*,<4.0"
@@ -17,7 +17,7 @@ maintainers = [
1717
{name = "ANSYS, Inc.", email = "pyansys.core@ansys.com"},
1818
]
1919
dependencies = [
20-
"ansys-dpf-core @ git+https://git@github.com/pyansys/pydpf-core.git",
20+
"ansys-dpf-core",
2121
"scooby",
2222
]
2323
classifiers = [

0 commit comments

Comments
 (0)