mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 01:18:52 -06:00
Make version a pre-release
This commit is contained in:
2
Makefile
2
Makefile
@@ -47,4 +47,4 @@ test:
|
|||||||
$(MYPY) -p benchmark
|
$(MYPY) -p benchmark
|
||||||
$(PYTEST) $(PYTEST_ARGS)
|
$(PYTEST) $(PYTEST_ARGS)
|
||||||
|
|
||||||
.PHONY: test test-watch docs install
|
.PHONY: test test-watch docs install dist
|
||||||
|
|||||||
@@ -18,3 +18,4 @@ mypy==0.790
|
|||||||
pdoc3==0.7.*
|
pdoc3==0.7.*
|
||||||
decorator~=4.4
|
decorator~=4.4
|
||||||
overrides
|
overrides
|
||||||
|
twine
|
||||||
|
|||||||
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",
|
version="0.2.0.dev0",
|
||||||
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