diff --git a/nvcc4jupyter/__init__.py b/nvcc4jupyter/__init__.py index 5becc17..8326385 100644 --- a/nvcc4jupyter/__init__.py +++ b/nvcc4jupyter/__init__.py @@ -1 +1,3 @@ +from .plugin import NVCCPlugin, load_ipython_extension + __version__ = "1.0.0"