Skip to content

Commit

Permalink
Python SDK 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
termoshtt committed Oct 15, 2024
1 parent db0e044 commit 31063a5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion python/ommx-python-mip-adapter/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
copyright = "2024, Jij Inc."
author = "Jij Inc."

version = "1.2.1"
version = "1.3.0"
release = version

# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions python/ommx-python-mip-adapter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ommx_python_mip_adapter"
version = "1.2.1"
version = "1.3.0"

description = "An adapter for the Python-MIP from/to OMMX."
authors = [
Expand All @@ -23,7 +23,7 @@ classifiers = [
"License :: OSI Approved :: MIT License",
]
dependencies = [
"ommx >= 1.2.1, < 2.0.0",
"ommx >= 1.3.0, < 2.0.0",

# FIXME: This project requires latest version of Python-MIP (will be 1.16.0?), which does not release yet.
# https://github.com/coin-or/python-mip/issues/384
Expand Down
2 changes: 1 addition & 1 deletion python/ommx/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
copyright = "2024, Jij Inc."
author = "Jij Inc."

version = "1.2.1"
version = "1.3.0"
release = version

# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion python/ommx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "maturin"
[project]
name = "ommx"

version = "1.2.1"
version = "1.3.0"
description = "Open Mathematical prograMming eXchange (OMMX)"
authors = [{ name="Jij Inc.", email="[email protected]" }]
readme = "README.md"
Expand Down

0 comments on commit 31063a5

Please sign in to comment.