Skip to content

Commit a1a577f

Browse files
committed
Release 0.8.3
1 parent 96881ab commit a1a577f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ipympl/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version_info = (0, 8, 2)
1+
version_info = (0, 8, 3)
22
__version__ = '.'.join(map(str, version_info))
3-
js_semver = '^0.10.2'
3+
js_semver = '^0.10.3'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-matplotlib",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"description": "Matplotlib Jupyter Interactive Widget",
55
"author": "Matplotlib Development team",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)