diff --git a/nvcc4jupyter/__init__.py b/nvcc4jupyter/__init__.py index 41d6337..356eb20 100644 --- a/nvcc4jupyter/__init__.py +++ b/nvcc4jupyter/__init__.py @@ -5,4 +5,4 @@ nvcc4jupyter: CUDA C++ plugin for Jupyter Notebook from .parsers import set_defaults # noqa: F401 from .plugin import NVCCPlugin, load_ipython_extension # noqa: F401 -__version__ = "1.0.3" +__version__ = "1.1.0"