From 9ffb452e6b80df90d6218362cea68410d2b3b201 Mon Sep 17 00:00:00 2001 From: Gregor Sturm Date: Sun, 20 Sep 2020 11:47:10 +0200 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ca7cbc4..fac78b8 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='nbimporter', - version='0.3.2', + version='0.3.3', description='Import IPython notebooks as modules', author='Gregor Sturm', author_email='mail@gregor-sturm.de',