Bump version to 0.2

pull/3/head
Alinson S. Xavier 5 years ago
parent 5ccd65c809
commit be67345917

@ -2,7 +2,7 @@ PYTHON := python3
PYTEST := pytest PYTEST := pytest
PIP := pip3 PIP := pip3
PYTEST_ARGS := -W ignore::DeprecationWarning -vv -x --log-level=DEBUG PYTEST_ARGS := -W ignore::DeprecationWarning -vv -x --log-level=DEBUG
VERSION := `cat VERSION | sed 's/\.[0-9]*$$//'` VERSION := 0.2
all: docs test all: docs test

@ -1 +0,0 @@
0.1.0

@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setup( setup(
name='miplearn', name='miplearn',
version='0.1.0', version='0.2.0',
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",

Loading…
Cancel
Save