Skip to content

Commit

Permalink
Release 0.6.2
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 5, 2021
1 parent 29408ee commit f33046b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ dependencies:
- numpy
- jupyterlab=3
- matplotlib-base>=2.2.2
- ipympl=0.6.1
- ipympl=0.6.2
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, 6, 1)
version_info = (0, 6, 2)
__version__ = '.'.join(map(str, version_info))
js_semver = '^0.8.1'
js_semver = '^0.8.2'
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.8.1",
"version": "0.8.2",
"description": "Matplotlib Jupyter Interactive Widget",
"author": "Matplotlib Development team",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit f33046b

Please sign in to comment.