Skip to content

Commit 8207b57

Browse files
committed
update version from 0.4 to 0.5
1 parent 0152bd2 commit 8207b57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66
# Check https://python-poetry.org/docs/pyproject/ for all available sections
77
name = "ansys-dpf-composites"
88
# Switch to released version of dpf core releasing pydpf-composites!
9-
version = "0.4.dev0"
9+
version = "0.5.0"
1010
description = "Post-processing of composite structures based on Ansys DPF"
1111
license = "MIT"
1212
authors = ["ANSYS, Inc. <[email protected]>"]

tests/test_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424

2525

2626
def test_pkg_version():
27-
assert __version__ == "0.4.dev0"
27+
assert __version__ == "0.5.0"

0 commit comments

Comments
 (0)