Skip to content

Commit 146444c

Browse files
authored
Merge pull request winpython#872 from stonebig/master
package names
2 parents 5e8ab56 + 68531e6 commit 146444c

File tree

2 files changed

+4
-1
lines changed

2 files changed

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

winpython/data/packages.ini

Lines changed: 3 additions & 0 deletions
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)