Skip to content
Snippets Groups Projects
Commit 47d51472 authored by Matthias Diener's avatar Matthias Diener Committed by Andreas Klöckner
Browse files

expose __version__

parent 6766f50a
No related branches found
No related tags found
No related merge requests found
Pipeline #544687 passed
...@@ -30,6 +30,8 @@ import pyopencl.cltypes # noqa: F401 ...@@ -30,6 +30,8 @@ import pyopencl.cltypes # noqa: F401
from pyopencl.version import VERSION, VERSION_STATUS, VERSION_TEXT # noqa: F401 from pyopencl.version import VERSION, VERSION_STATUS, VERSION_TEXT # noqa: F401
__version__ = VERSION_TEXT
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
# This supports ocl-icd find shipped OpenCL ICDs, cf. # This supports ocl-icd find shipped OpenCL ICDs, cf.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment