Skip to content

Commit 9133153

Browse files
committed
Release 0.3.1
1 parent d94a330 commit 9133153

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ipympl/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (0, 3, 0)
1+
version_info = (0, 3, 1)
22
__version__ = '.'.join(map(str, version_info))

js/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/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.3.0",
3+
"version": "0.4.0",
44
"description": "Matplotlib Jupyter Interactive Widget",
55
"author": "Matplotlib Development team",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)