Bump version to 0.2.0.dev1

This commit is contained in:
2021-04-09 08:08:16 -05:00
parent 166cdb81d7
commit 32b6a8f3fa
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ VERSION := 0.2
all: docs test
clean:
rm -rf build
rm -rf build/* dist/*
develop:
$(PYTHON) setup.py develop

View File

@@ -9,7 +9,7 @@ with open("README.md", "r") as fh:
setup(
name="miplearn",
version="0.2.0.dev0",
version="0.2.0.dev1",
author="Alinson S. Xavier",
author_email="axavier@anl.gov",
description="Extensible framework for Learning-Enhanced Mixed-Integer Optimization",