Skip to content

Commit

Permalink
Bump to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi committed Aug 3, 2023
1 parent a373ec3 commit bdb1290
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
[project]
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
name = "ansys-dpf-post"
version = "0.4.1.dev0"
version = "0.5.0"
description = "PyDPF-Post Python library."
readme = "README.md"
requires-python = ">=3.8,<4.0"
Expand All @@ -17,7 +17,7 @@ maintainers = [
{name = "ANSYS, Inc.", email = "[email protected]"},
]
dependencies = [
"ansys-dpf-core @ git+https://[email protected]/ansys/pydpf-core.git",
"ansys-dpf-core",
"scooby",
]
classifiers = [
Expand All @@ -27,7 +27,6 @@ classifiers = [
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit bdb1290

Please sign in to comment.