@ -47,4 +47,4 @@ test:
$(MYPY) -p benchmark
$(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.*
decorator~=4.4
overrides
twine
@ -9,7 +9,7 @@ with open("README.md", "r") as fh:
setup(
name="miplearn",
version="0.2.0",
version="0.2.0.dev0",
author="Alinson S. Xavier",
author_email="axavier@anl.gov",
description="Extensible framework for Learning-Enhanced Mixed-Integer Optimization",