Skip to content

Commit df99db3

Browse files
Update versions
1 parent 7b41d2a commit df99db3

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
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
[tool.poetry]
66
# Check https://python-poetry.org/docs/pyproject/ for all available sections
77
name = "ansys-dpf-composites"
8-
version = "0.3.dev0"
8+
version = "0.3.0"
99
description = "A python wrapper for ansys dpf composites"
1010
license = "MIT"
1111
authors = ["ANSYS, Inc. <ansys.support@ansys.com>"]

tests/test_metadata.py

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

33

44
def test_pkg_version():
5-
assert __version__ == "0.3.dev0"
5+
assert __version__ == "0.3.0"

0 commit comments

Comments
 (0)