Skip to content

Commit 9834c20

Browse files
committed
package name + prepare release
1 parent c07974a commit 9834c20

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

winpython/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
OTHER DEALINGS IN THE SOFTWARE.
2929
"""
3030

31-
__version__ = '2.3.20200307'
31+
__version__ = '2.3.20200319'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

winpython/data/packages.ini

+3
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,9 @@ description=Read metadata from Python packages
779779
[intake]
780780
description=Data input plugin and catalog system
781781
782+
[intervaltree]
783+
description=Editable interval tree data structure for Python 2 and 3
784+
782785
[ipycanvas]
783786
description=Interactive Canvas in Jupyter
784787

0 commit comments

Comments
 (0)