Skip to content

Commit 089e820

Browse files
committed
Release 0.3.3
1 parent 8b15366 commit 089e820

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ channels:
44
dependencies:
55
- numpy
66
- matplotlib-base>=2.2.2
7-
- ipympl=0.3.2
7+
- ipympl=0.3.3

Diff for: ipympl/_version.py

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

Diff for: js/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: 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.4.1",
3+
"version": "0.4.2",
44
"description": "Matplotlib Jupyter Interactive Widget",
55
"author": "Matplotlib Development team",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)