Skip to content

Commit

Permalink
Merge pull request #292 from tataratat/fix-gcc-wheel
Browse files Browse the repository at this point in the history
Fix gcc wheel
  • Loading branch information
j042 authored Nov 7, 2023
2 parents 4eea193 + 04a2cce commit 475cc7d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion splinepy/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.45"
__version__ = "0.0.46"
2 changes: 2 additions & 0 deletions splinepy/io/iges.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ def export(fname, splines):

if len(valid_splines) == 0:
raise ValueError("No valid splines found in the given input")

return splinepy_core.export_iges(fname, valid_splines)
2 changes: 1 addition & 1 deletion third_party/BSplineLib

0 comments on commit 475cc7d

Please sign in to comment.