Skip to content

Commit 2da520b

Browse files
Merge pull request #14 from StructuralPython/releases/v0.5.0
chore: bump version
2 parents 686fac5 + f45dc7a commit 2da520b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/loadbearing_wall/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
The wall model is parameterizable and can represent any material
66
"""
77

8-
__version__ = "0.4.1"
8+
__version__ = "0.5.0"
99

1010
from loadbearing_wall.wall_model import LinearWallModel
1111
from loadbearing_wall import *

0 commit comments

Comments
 (0)