Skip to content

Commit c53000a

Browse files
committed
Fixed syntax error that was introduce with last change
1 parent fa0664b commit c53000a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ def try_unmangle(n):
357357

358358
setup(
359359
name="cadquery-ocp",
360-
version="7.6.3" # ocp_meta["version"],
360+
version="7.6.3", # ocp_meta["version"],
361361
description="OCP+VTK wheel with shared library dependencies bundled.",
362362
long_description=open("README.md").read(),
363363
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)