From 1e41add3e93eacda5c43cc6ef0da04383808c53f Mon Sep 17 00:00:00 2001 From: SergeyTsimfer <47103382+SergeyTsimfer@users.noreply.github.com> Date: Fri, 22 Dec 2023 13:19:53 +0300 Subject: [PATCH] Bump version to 0.9.12 --- nbtools/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nbtools/__init__.py b/nbtools/__init__.py index f7b4c44..310a83e 100755 --- a/nbtools/__init__.py +++ b/nbtools/__init__.py @@ -4,4 +4,4 @@ from .run_notebook import run_notebook from .pylint_notebook import pylint_notebook -__version__ = '0.9.11' +__version__ = '0.9.12'