Skip to content

Commit

Permalink
REL: Version 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
saullocastro committed Apr 23, 2021
1 parent 5d42d67 commit 2226dbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composites/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def laminated_plate(stack, plyt=None, laminaprop=None, rho=0., plyts=None, lamin
"""
lam = Laminate()
lam.offset = offset
lam.stack = stack
lam.stack = list(stack)

if plyts is None:
if plyt is None:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def read(fname):
"""

is_released = True
version = '0.3.4'
version = '0.3.5'

fullversion = write_version_py(version, is_released)

Expand Down

0 comments on commit 2226dbc

Please sign in to comment.