Skip to content

Commit f33046b

Browse files
committed
Release 0.6.2
Signed-off-by: martinRenou <[email protected]>
1 parent 29408ee commit f33046b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ dependencies:
55
- numpy
66
- jupyterlab=3
77
- matplotlib-base>=2.2.2
8-
- ipympl=0.6.1
8+
- ipympl=0.6.2

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, 6, 1)
1+
version_info = (0, 6, 2)
22
__version__ = '.'.join(map(str, version_info))
3-
js_semver = '^0.8.1'
3+
js_semver = '^0.8.2'

js/package-lock.json

Lines changed: 2 additions & 2 deletions
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.8.1",
3+
"version": "0.8.2",
44
"description": "Matplotlib Jupyter Interactive Widget",
55
"author": "Matplotlib Development team",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)