Skip to content

Commit 8975eb3

Browse files
committed
add back version
1 parent a82d3d9 commit 8975eb3

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
@@ -61,7 +61,7 @@ def finalize_options(self) -> None:
6161
"-std=c99",
6262
"-Wall",
6363
not_on_windows("-Wextra"),
64-
#'-DDIFF_ENGINE_VERSION="0.1.0"',
64+
'-DDIFF_ENGINE_VERSION="0.1.0"',
6565
],
6666
extra_link_args=["-lm"] if platform.system().lower() != "windows" else [],
6767
)

0 commit comments

Comments
 (0)