We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0152bd2 commit 8207b57Copy full SHA for 8207b57
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
6
# Check https://python-poetry.org/docs/pyproject/ for all available sections
7
name = "ansys-dpf-composites"
8
# Switch to released version of dpf core releasing pydpf-composites!
9
-version = "0.4.dev0"
+version = "0.5.0"
10
description = "Post-processing of composite structures based on Ansys DPF"
11
license = "MIT"
12
authors = ["ANSYS, Inc. <[email protected]>"]
tests/test_metadata.py
@@ -24,4 +24,4 @@
24
25
26
def test_pkg_version():
27
- assert __version__ == "0.4.dev0"
+ assert __version__ == "0.5.0"
0 commit comments