mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 09:28:51 -06:00
Bump version to 0.2.0.dev1
This commit is contained in:
2
Makefile
2
Makefile
@@ -8,7 +8,7 @@ VERSION := 0.2
|
|||||||
all: docs test
|
all: docs test
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf build
|
rm -rf build/* dist/*
|
||||||
|
|
||||||
develop:
|
develop:
|
||||||
$(PYTHON) setup.py develop
|
$(PYTHON) setup.py develop
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -9,7 +9,7 @@ with open("README.md", "r") as fh:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="miplearn",
|
name="miplearn",
|
||||||
version="0.2.0.dev0",
|
version="0.2.0.dev1",
|
||||||
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