We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbff39a commit 0f1e870Copy full SHA for 0f1e870
ipympl/_version.py
@@ -1,2 +1,2 @@
1
-version_info = (0, 0, 12)
+version_info = (0, 1, 0)
2
__version__ = '.'.join(map(str, version_info))
js/package.json
@@ -1,6 +1,6 @@
{
"name": "jupyter-matplotlib",
3
- "version": "0.2.2",
+ "version": "0.3.0",
4
"description": "Matplotlib Jupyter Interactive Widget",
5
"author": "Matplotlib Development team",
6
"license": "BSD-3-Clause",
0 commit comments