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

environment.yml

Lines changed: 2 additions & 2 deletions
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

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, 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'

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

setup.py

Lines changed: 1 addition & 1 deletion
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)