diff --git a/nvcc4jupyter/__init__.py b/nvcc4jupyter/__init__.py index 70a978f..97b8902 100644 --- a/nvcc4jupyter/__init__.py +++ b/nvcc4jupyter/__init__.py @@ -4,4 +4,4 @@ nvcc4jupyter: CUDA C++ plugin for Jupyter Notebook from .plugin import NVCCPlugin, load_ipython_extension # noqa: F401 -__version__ = "1.0.2" +__version__ = "1.0.3"