Skip to content

Commit 0f1e870

Browse files
committed
Release 0.1.0
1 parent cbff39a commit 0f1e870

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ipympl/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (0, 0, 12)
1+
version_info = (0, 1, 0)
22
__version__ = '.'.join(map(str, version_info))

js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-matplotlib",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"description": "Matplotlib Jupyter Interactive Widget",
55
"author": "Matplotlib Development team",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)