Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgen-lentz committed Oct 8, 2024
1 parent 6f46088 commit 84da76f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion amplpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
except Exception:
pass

__version__ = "0.13.2"
__version__ = "0.15.0"


def _list_aliases():
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def link_args():

setup(
name="amplpy",
version="0.13.2",
version="0.15.0",
description="Python API for AMPL",
long_description=__doc__,
long_description_content_type="text/markdown",
Expand All @@ -188,7 +188,7 @@ def link_args():
"Operating System :: Unix",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
"Programming Language :: C++",
"Programming Language :: C",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
Expand Down

0 comments on commit 84da76f

Please sign in to comment.