Skip to content

Commit 05d3d51

Browse files
committed
Publish v0.10.1
Signed-off-by: Jos Verlinde <[email protected]>
1 parent 2ac0e58 commit 05d3d51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "micropython-magic"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
description = "MicroPython Magic commands for use with Jupyter notebooks and Jupyter Labs"
55
keywords = [
66
"MicroPython",

src/micropython_magic/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""MicroPython magics for Jupyter Notebooks and JupyterLabs"""
2-
__version__ = "0.10.0"
2+
__version__ = "0.10.1"
33
__author__ = "Jos Verlinde"
44

55

0 commit comments

Comments
 (0)