We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac0e58 commit 05d3d51Copy full SHA for 05d3d51
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "micropython-magic"
3
-version = "0.10.0"
+version = "0.10.1"
4
description = "MicroPython Magic commands for use with Jupyter notebooks and Jupyter Labs"
5
keywords = [
6
"MicroPython",
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"
0 commit comments