Skip to content

Commit 475cc7d

Browse files
authored
Merge pull request #292 from tataratat/fix-gcc-wheel
Fix gcc wheel
2 parents 4eea193 + 04a2cce commit 475cc7d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

splinepy/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.45"
1+
__version__ = "0.0.46"

splinepy/io/iges.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,5 @@ def export(fname, splines):
6161

6262
if len(valid_splines) == 0:
6363
raise ValueError("No valid splines found in the given input")
64+
65+
return splinepy_core.export_iges(fname, valid_splines)

0 commit comments

Comments
 (0)