Skip to content

Commit 68531e6

Browse files
committed
package names
1 parent a6effb7 commit 68531e6

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__ = '3.0.20200725'
31+
__version__ = '3.0.20200729'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

winpython/data/packages.ini

+3
Original file line numberDiff line numberDiff line change
@@ -2683,3 +2683,6 @@ description = ONNX Runtime Python bindings
26832683
[dm-tree]
26842684
description = Tree is a library for working with nested data structures.
26852685

2686+
[amply]
2687+
description = Amply allows you to load and manipulate AMPL/GLPK data as Python data structures
2688+

0 commit comments

Comments
 (0)