File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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
77name = " ansys-dpf-post"
8- version = " 0.4.1.dev0 "
8+ version = " 0.5.0 "
99description = " PyDPF-Post Python library."
1010readme = " README.md"
1111requires-python = " >=3.8,<4.0"
@@ -17,7 +17,7 @@ maintainers = [
1717 {
name =
" ANSYS, Inc." ,
email =
" [email protected] " },
1818]
1919dependencies = [
20- " ansys-dpf-core @ git+https://[email protected] /ansys/pydpf-core.git " ,
20+ " ansys-dpf-core" ,
2121 " scooby" ,
2222]
2323classifiers = [
@@ -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" ,
You can’t perform that action at this time.
0 commit comments