From 9663c74598150d7a4248a1a9854a5c48ee7a1068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cosmin=20=C8=98tefan=20Ciocan?= <57830279+cosminc98@users.noreply.github.com> Date: Sat, 27 Jan 2024 02:04:34 +0000 Subject: [PATCH] Change version from 1.0.3 to 1.1.0 due to adding features in a backward-compatible manner --- nvcc4jupyter/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"