Bump version to 0.2

This commit is contained in:
2020-09-23 14:25:58 -05:00
parent 5ccd65c809
commit be67345917
3 changed files with 2 additions and 3 deletions

View File

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