Skip to content

Commit

Permalink
Prepare release v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fdabrandao committed Dec 29, 2023
1 parent e67cae8 commit b1e1c9e
Show file tree
Hide file tree
Showing 3 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 @@ -42,7 +42,7 @@
except Exception:
pass

__version__ = "0.13.1b0"
__version__ = "0.13.1"


def _list_aliases():
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
amplpy==0.13.1b0
amplpy==0.13.1
ampl-sphinx-theme @ git+https://github.com/ampl/ampl.github.io.git#subdirectory=ampl-sphinx-theme
sphinx==4.2.0
myst_parser>=0.17.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def link_args():

setup(
name="amplpy",
version="0.13.1b0",
version="0.13.1",
description="Python API for AMPL",
long_description=__doc__,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit b1e1c9e

Please sign in to comment.