diff --git a/pyproject.toml b/pyproject.toml index 8897a98..8da6817 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "micropython-magic" -version = "0.10.0" +version = "0.10.1" description = "MicroPython Magic commands for use with Jupyter notebooks and Jupyter Labs" keywords = [ "MicroPython", diff --git a/src/micropython_magic/__init__.py b/src/micropython_magic/__init__.py index 84c876c..0eb1420 100644 --- a/src/micropython_magic/__init__.py +++ b/src/micropython_magic/__init__.py @@ -1,5 +1,5 @@ """MicroPython magics for Jupyter Notebooks and JupyterLabs""" -__version__ = "0.10.0" +__version__ = "0.10.1" __author__ = "Jos Verlinde"