From bbb44d927adb0b528936ca5d312c701b1fe1ce8e Mon Sep 17 00:00:00 2001 From: Jeremy Howard Date: Thu, 5 Dec 2024 03:43:02 +1000 Subject: [PATCH] bump --- execnb/__init__.py | 2 +- settings.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/execnb/__init__.py b/execnb/__init__.py index 0c5c300..74acd0e 100644 --- a/execnb/__init__.py +++ b/execnb/__init__.py @@ -1 +1 @@ -__version__ = "0.1.11" +__version__ = "0.1.12" diff --git a/settings.ini b/settings.ini index 5e6d837..60d51b0 100644 --- a/settings.ini +++ b/settings.ini @@ -9,7 +9,7 @@ user = AnswerDotAI author = Jeremy Howard author_email = j@fast.ai branch = master -version = 0.1.11 +version = 0.1.12 min_python = 3.7 requirements = fastcore>=1.5.5 ipython dev_requirements = matplotlib Pillow mistletoe