mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 09:28:51 -06:00
Bump version to 0.2
This commit is contained in:
2
Makefile
2
Makefile
@@ -2,7 +2,7 @@ PYTHON := python3
|
|||||||
PYTEST := pytest
|
PYTEST := pytest
|
||||||
PIP := pip3
|
PIP := pip3
|
||||||
PYTEST_ARGS := -W ignore::DeprecationWarning -vv -x --log-level=DEBUG
|
PYTEST_ARGS := -W ignore::DeprecationWarning -vv -x --log-level=DEBUG
|
||||||
VERSION := `cat VERSION | sed 's/\.[0-9]*$$//'`
|
VERSION := 0.2
|
||||||
|
|
||||||
all: docs test
|
all: docs test
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='miplearn',
|
name='miplearn',
|
||||||
version='0.1.0',
|
version='0.2.0',
|
||||||
author='Alinson S. Xavier',
|
author='Alinson S. Xavier',
|
||||||
author_email='axavier@anl.gov',
|
author_email='axavier@anl.gov',
|
||||||
description="Extensible framework for Learning-Enhanced Mixed-Integer Optimization",
|
description="Extensible framework for Learning-Enhanced Mixed-Integer Optimization",
|
||||||
|
|||||||
Reference in New Issue
Block a user