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