Skip to content

Commit

Permalink
Update version to 0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jos Verlinde <[email protected]>
  • Loading branch information
Josverl committed Jan 12, 2024
1 parent 13452db commit 4bbb7bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "micropython-magic"
version = "0.8.2a0"
version = "0.9.0"
description = "MicroPython Magic commands for use with Jupyter notebooks and Jupyter Labs"
keywords = [
"MicroPython",
Expand Down
2 changes: 1 addition & 1 deletion src/micropython_magic/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""MicroPython magics for Jupyter Notebooks and JupyterLabs"""
__version__ = "0.8.2a0"
__version__ = "0.9.0"
__author__ = "Jos Verlinde"


Expand Down

0 comments on commit 4bbb7bf

Please sign in to comment.