We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2d0733 commit b2aa40bCopy full SHA for b2aa40b
amplpy/__init__.py
@@ -55,7 +55,7 @@
55
except Exception:
56
pass
57
58
-__version__ = "0.15.0b1"
+__version__ = "0.15.0b2"
59
60
61
def _list_aliases():
setup.py
@@ -166,7 +166,7 @@ def link_args():
166
167
setup(
168
name="amplpy",
169
- version="0.15.0b1",
+ version="0.15.0b2",
170
description="Python API for AMPL",
171
long_description=__doc__,
172
long_description_content_type="text/markdown",
0 commit comments