From cd5a607a86b003ba9762637cd1309d054226a1a1 Mon Sep 17 00:00:00 2001 From: Dhia Hmila Date: Wed, 25 Dec 2024 22:26:23 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Upgrade=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/nbmanips/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nbmanips/__init__.py b/src/nbmanips/__init__.py index 76c76cc..3f4827e 100644 --- a/src/nbmanips/__init__.py +++ b/src/nbmanips/__init__.py @@ -1,7 +1,7 @@ import nbmanips.exporters as _nb_exporters from nbmanips.notebook import DBC, IPYNB, ZPLN, Notebook -__version__ = "2.1.1" +__version__ = "2.1.2" __author__ = "Dhia Hmila" __all__ = ["DBC", "IPYNB", "ZPLN", "Notebook", "__version__", "__author__"]