diff --git a/execnb/__init__.py b/execnb/__init__.py index 569b121..0c5c300 100644 --- a/execnb/__init__.py +++ b/execnb/__init__.py @@ -1 +1 @@ -__version__ = "0.1.10" +__version__ = "0.1.11" diff --git a/settings.ini b/settings.ini index ea8f28c..5e6d837 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.10 +version = 0.1.11 min_python = 3.7 requirements = fastcore>=1.5.5 ipython dev_requirements = matplotlib Pillow mistletoe