We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6effb7 commit 68531e6Copy full SHA for 68531e6
winpython/__init__.py
@@ -28,6 +28,6 @@
28
OTHER DEALINGS IN THE SOFTWARE.
29
"""
30
31
-__version__ = '3.0.20200725'
+__version__ = '3.0.20200729'
32
__license__ = __doc__
33
__project_url__ = 'http://winpython.github.io/'
winpython/data/packages.ini
@@ -2683,3 +2683,6 @@ description = ONNX Runtime Python bindings
2683
[dm-tree]
2684
description = Tree is a library for working with nested data structures.
2685
2686
+[amply]
2687
+description = Amply allows you to load and manipulate AMPL/GLPK data as Python data structures
2688
+
0 commit comments