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.
2 parents a9d70c5 + 9834c20 commit 5c6b543Copy full SHA for 5c6b543
winpython/__init__.py
@@ -28,6 +28,6 @@
28
OTHER DEALINGS IN THE SOFTWARE.
29
"""
30
31
-__version__ = '2.3.20200307'
+__version__ = '2.3.20200319'
32
__license__ = __doc__
33
__project_url__ = 'http://winpython.github.io/'
winpython/data/packages.ini
@@ -779,6 +779,9 @@ description=Read metadata from Python packages
779
[intake]
780
description=Data input plugin and catalog system
781
782
+[intervaltree]
783
+description=Editable interval tree data structure for Python 2 and 3
784
+
785
[ipycanvas]
786
description=Interactive Canvas in Jupyter
787
0 commit comments