Skip to content

Commit a6effb7

Browse files
committed
update package names
1 parent b274b33 commit a6effb7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

winpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
OTHER DEALINGS IN THE SOFTWARE.
2929
"""
3030

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

winpython/data/packages.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2677,3 +2677,9 @@ description = Very fast asynchronous FTP server library
26772677
[pysendfile]
26782678
description = A Python interface to sendfile(2)
26792679

2680+
[onnxruntime]
2681+
description = ONNX Runtime Python bindings
2682+
2683+
[dm-tree]
2684+
description = Tree is a library for working with nested data structures.
2685+

0 commit comments

Comments
 (0)