Make version a pre-release

This commit is contained in:
2021-04-09 07:52:02 -05:00
parent 74ceb776c3
commit c66a59d668
3 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -18,3 +18,4 @@ mypy==0.790
pdoc3==0.7.* pdoc3==0.7.*
decorator~=4.4 decorator~=4.4
overrides overrides
twine

View File

@@ -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",