Skip to content

Commit cd08c24

Browse files
committed
Release 0.5.6
Signed-off-by: martinRenou <[email protected]>
1 parent f14b1e4 commit cd08c24

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Diff for: MANIFEST.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
recursive-include ipympl/static *.*
2-
include ipympl/*.tgz
2+
include js/*.tgz
3+
include js/package.json
34
include LICENSE
45
include jupyter-matplotlib.json

Diff for: environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ channels:
44
dependencies:
55
- numpy
66
- matplotlib-base>=2.2.2
7-
- ipympl=0.5.5
7+
- ipympl=0.5.6
88
- widgetsnbextension

Diff for: ipympl/_version.py

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

0 commit comments

Comments
 (0)