Skip to content

Commit

Permalink
Release 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Aug 22, 2022
1 parent eb3d3dc commit 776e9b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ipympl/_version.py
@@ -1,3 +1,3 @@
version_info = (0, 9, 1)
version_info = (0, 9, 2)
__version__ = '.'.join(map(str, version_info))
js_semver = '^0.11'
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jupyter-matplotlib",
"version": "0.11.1",
"version": "0.11.2",
"description": "Matplotlib Jupyter Interactive Widget",
"author": "Matplotlib Development team",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 776e9b2

Please sign in to comment.