8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e8ab56 + 68531e6 commit 146444cCopy full SHA for 146444c
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