Skip to content

Commit

Permalink
Bump to 0.4.0 and remove git direct dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi committed Apr 4, 2023
1 parent 49e4922 commit 1b76df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.3.1.dev0"
version = "0.4.0"
description = "PyDPF-Post Python library."
readme = "README.md"
requires-python = ">=3.7.*,<4.0"
Expand All @@ -17,7 +17,7 @@ maintainers = [
{name = "ANSYS, Inc.", email = "pyansys.core@ansys.com"},
]
dependencies = [
"ansys-dpf-core @ git+https://git@github.com/pyansys/pydpf-core.git",
"ansys-dpf-core",
"scooby",
]
classifiers = [
Expand Down

0 comments on commit 1b76df6

Please sign in to comment.