Skip to content

Commit b2aa40b

Browse files
committed
update version to b2
1 parent b2d0733 commit b2aa40b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

amplpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
except Exception:
5656
pass
5757

58-
__version__ = "0.15.0b1"
58+
__version__ = "0.15.0b2"
5959

6060

6161
def _list_aliases():

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def link_args():
166166

167167
setup(
168168
name="amplpy",
169-
version="0.15.0b1",
169+
version="0.15.0b2",
170170
description="Python API for AMPL",
171171
long_description=__doc__,
172172
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)