Skip to content

Commit 5f0ad19

Browse files
committed
bump to 0.10.0
1 parent 19bda8c commit 5f0ad19

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.9.4.dev0"
8+
version = "0.10.0"
99
description = "PyDPF-Post Python library."
1010
readme = "README.md"
1111
requires-python = ">=3.9,<4.0"
@@ -18,7 +18,7 @@ maintainers = [
1818
{name = "ANSYS, Inc.", email = "[email protected]"},
1919
]
2020
dependencies = [
21-
"ansys-dpf-core@git+https://github.com/ansys/pydpf-core.git",
21+
"ansys-dpf-core",
2222
"scooby",
2323
]
2424
classifiers = [

0 commit comments

Comments
 (0)