Skip to content

Commit cd171d6

Browse files
committed
Fix Python API version
1 parent 0832e64 commit cd171d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/shapeworks/shapeworks/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def compute_line_indices(n, is_closed=True):
172172

173173

174174
def get_api_version():
175-
return "6.6"
175+
return "6.7"
176176

177177

178178
def set_sw_logger(log_object):

0 commit comments

Comments
 (0)