From ab2fdfb37e83007bec4cf3136d753addd4eab152 Mon Sep 17 00:00:00 2001 From: SergeyTsimfer <47103382+SergeyTsimfer@users.noreply.github.com> Date: Mon, 22 Jul 2024 10:47:33 +0300 Subject: [PATCH] Bump version to 0.9.14 --- nbtools/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nbtools/__init__.py b/nbtools/__init__.py index e4b263a..dcf5026 100755 --- a/nbtools/__init__.py +++ b/nbtools/__init__.py @@ -4,4 +4,4 @@ from .exec_notebook import exec_notebook, run_notebook from .pylint_notebook import pylint_notebook -__version__ = '0.9.13' +__version__ = '0.9.14'