Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: martinRenou <martin.renou@gmail.com>
  • Loading branch information
martinRenou committed Jan 4, 2021
1 parent a02b1b7 commit d551075
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ channels:
- conda-forge
dependencies:
- numpy
- jupyterlab=3
- matplotlib-base>=2.2.2
- ipympl=0.5.8
- widgetsnbextension
- ipympl=0.6.0
4 changes: 2 additions & 2 deletions ipympl/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version_info = (0, 5, 8)
version_info = (0, 6, 0)
__version__ = '.'.join(map(str, version_info))
js_semver = '^0.7.4'
js_semver = '^0.8.0'
4 changes: 2 additions & 2 deletions js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyter-matplotlib",
"version": "0.7.4",
"version": "0.8.0",
"description": "Matplotlib Jupyter Interactive Widget",
"author": "Matplotlib Development team",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
include_package_data=True,
install_requires=[
'ipykernel>=4.7',
'ipywidgets>=7.5.0',
'ipywidgets>=7.6.0',
'matplotlib>=2.0.0'
],
packages=find_packages(),
Expand Down

0 comments on commit d551075

Please sign in to comment.