We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c07974a commit 9834c20Copy full SHA for 9834c20
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