Skip to content

Commit 4bbb7bf

Browse files
committed
Update version to 0.9.0
Signed-off-by: Jos Verlinde <[email protected]>
1 parent 13452db commit 4bbb7bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "micropython-magic"
3-
version = "0.8.2a0"
3+
version = "0.9.0"
44
description = "MicroPython Magic commands for use with Jupyter notebooks and Jupyter Labs"
55
keywords = [
66
"MicroPython",

src/micropython_magic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""MicroPython magics for Jupyter Notebooks and JupyterLabs"""
2-
__version__ = "0.8.2a0"
2+
__version__ = "0.9.0"
33
__author__ = "Jos Verlinde"
44

55

0 commit comments

Comments
 (0)