We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32bf0a6 commit c8c60f3Copy full SHA for c8c60f3
setup.py
@@ -400,7 +400,7 @@ def _get_cmdclass():
400
401
setup(
402
name="dpctl",
403
- version=versioneer.get_version().split("+")[0],
+ version=versioneer.get_version(),
404
cmdclass=_get_cmdclass(),
405
description="A lightweight Python wrapper for a subset of OpenCL and SYCL.",
406
long_description=long_description,
0 commit comments