Skip to content

Commit

Permalink
Bump version (#285)
Browse files Browse the repository at this point in the history
* Bump version
  • Loading branch information
janvonrickenbach authored May 24, 2023
1 parent 439b8a9 commit 276d94f
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 @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
# Check https://python-poetry.org/docs/pyproject/ for all available sections
name = "ansys-dpf-composites"
version = "0.2b2"
version = "0.2.0"
description = "A python wrapper for ansys dpf composites"
license = "MIT"
authors = ["ANSYS, Inc. <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_pkg_version():
assert __version__ == "0.2b2"
assert __version__ == "0.2.0"

0 comments on commit 276d94f

Please sign in to comment.