Skip to content

Commit bdb1290

Browse files
committed
Bump to 0.5.0
1 parent a373ec3 commit bdb1290

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 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.4.1.dev0"
8+
version = "0.5.0"
99
description = "PyDPF-Post Python library."
1010
readme = "README.md"
1111
requires-python = ">=3.8,<4.0"
@@ -17,7 +17,7 @@ maintainers = [
1717
{name = "ANSYS, Inc.", email = "[email protected]"},
1818
]
1919
dependencies = [
20-
"ansys-dpf-core @ git+https://[email protected]/ansys/pydpf-core.git",
20+
"ansys-dpf-core",
2121
"scooby",
2222
]
2323
classifiers = [
@@ -27,7 +27,6 @@ classifiers = [
2727
"Operating System :: MacOS",
2828
"Operating System :: Microsoft :: Windows",
2929
"Operating System :: POSIX",
30-
"Programming Language :: Python :: 3.7",
3130
"Programming Language :: Python :: 3.8",
3231
"Programming Language :: Python :: 3.9",
3332
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)