Skip to content

Commit c759a50

Browse files
author
Diptorup Deb
authored
Merge pull request #454 from IntelPython/package-version-tweak
Ensure that package version reflects dirtiness
2 parents 32bf0a6 + c8c60f3 commit c759a50

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)