Skip to content

Commit

Permalink
bump version to 0.6.dev0 (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
roosre committed Jun 18, 2024
1 parent 121d341 commit ec5461f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
# Check https://python-poetry.org/docs/pyproject/ for all available sections
name = "ansys-dpf-composites"
# Switch to released version of dpf core releasing pydpf-composites!
version = "0.4.dev0"
version = "0.6.dev0"
description = "Post-processing of composite structures based on Ansys DPF"
license = "MIT"
authors = ["ANSYS, Inc. <ansys.support@ansys.com>"]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@


def test_pkg_version():
assert __version__ == "0.4.dev0"
assert __version__ == "0.6.dev0"

0 comments on commit ec5461f

Please sign in to comment.