Skip to content

Commit c8c60f3

Browse files
Ensure that package version reflects dirtiness
1 parent 32bf0a6 commit c8c60f3

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
@@ -400,7 +400,7 @@ def _get_cmdclass():
400400

401401
setup(
402402
name="dpctl",
403-
version=versioneer.get_version().split("+")[0],
403+
version=versioneer.get_version(),
404404
cmdclass=_get_cmdclass(),
405405
description="A lightweight Python wrapper for a subset of OpenCL and SYCL.",
406406
long_description=long_description,

0 commit comments

Comments
 (0)