Skip to content

Commit 8da29b1

Browse files
committed
Bump 0.9.1
1 parent b8bbfb1 commit 8da29b1

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.1.dev0"
8+
version = "0.9.1"
99
description = "PyDPF-Post Python library."
1010
readme = "README.md"
1111
requires-python = ">=3.9,<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/ansys/pydpf-core.git",
20+
"ansys-dpf-core",
2121
"scooby",
2222
]
2323
classifiers = [

0 commit comments

Comments
 (0)