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 439b8a9 commit 276d94fCopy full SHA for 276d94f
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
5
[tool.poetry]
6
# Check https://python-poetry.org/docs/pyproject/ for all available sections
7
name = "ansys-dpf-composites"
8
-version = "0.2b2"
+version = "0.2.0"
9
description = "A python wrapper for ansys dpf composites"
10
license = "MIT"
11
authors = ["ANSYS, Inc. <ansys.support@ansys.com>"]
tests/test_metadata.py
@@ -2,4 +2,4 @@
2
3
4
def test_pkg_version():
- assert __version__ == "0.2b2"
+ assert __version__ == "0.2.0"
0 commit comments