Skip to content

Commit

Permalink
Release 0.5.6
Browse files Browse the repository at this point in the history
Signed-off-by: martinRenou <[email protected]>
  • Loading branch information
martinRenou committed Mar 17, 2020
1 parent f14b1e4 commit cd08c24
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
recursive-include ipympl/static *.*
include ipympl/*.tgz
include js/*.tgz
include js/package.json
include LICENSE
include jupyter-matplotlib.json
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ channels:
dependencies:
- numpy
- matplotlib-base>=2.2.2
- ipympl=0.5.5
- ipympl=0.5.6
- widgetsnbextension
2 changes: 1 addition & 1 deletion ipympl/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 5, 5)
version_info = (0, 5, 6)
__version__ = '.'.join(map(str, version_info))

0 comments on commit cd08c24

Please sign in to comment.