We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14b1e4 commit cd08c24Copy full SHA for cd08c24
MANIFEST.in
@@ -1,4 +1,5 @@
1
recursive-include ipympl/static *.*
2
-include ipympl/*.tgz
+include js/*.tgz
3
+include js/package.json
4
include LICENSE
5
include jupyter-matplotlib.json
environment.yml
@@ -4,5 +4,5 @@ channels:
dependencies:
- numpy
6
- matplotlib-base>=2.2.2
7
- - ipympl=0.5.5
+ - ipympl=0.5.6
8
- widgetsnbextension
ipympl/_version.py
@@ -1,2 +1,2 @@
-version_info = (0, 5, 5)
+version_info = (0, 5, 6)
__version__ = '.'.join(map(str, version_info))
0 commit comments