Skip to content

Commit d551075

Browse files
committed
Release 0.6.0
Signed-off-by: martinRenou <[email protected]>
1 parent a02b1b7 commit d551075

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Diff for: environment.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ channels:
33
- conda-forge
44
dependencies:
55
- numpy
6+
- jupyterlab=3
67
- matplotlib-base>=2.2.2
7-
- ipympl=0.5.8
8-
- widgetsnbextension
8+
- ipympl=0.6.0

Diff for: ipympl/_version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version_info = (0, 5, 8)
1+
version_info = (0, 6, 0)
22
__version__ = '.'.join(map(str, version_info))
3-
js_semver = '^0.7.4'
3+
js_semver = '^0.8.0'

Diff for: js/package-lock.json

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

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
include_package_data=True,
5353
install_requires=[
5454
'ipykernel>=4.7',
55-
'ipywidgets>=7.5.0',
55+
'ipywidgets>=7.6.0',
5656
'matplotlib>=2.0.0'
5757
],
5858
packages=find_packages(),

0 commit comments

Comments
 (0)