Release 2.0.1 (#130)

This commit is contained in:
Mike Graves
2021-06-14 07:54:07 -04:00
committed by GitHub
parent 98cb88a701
commit b7345696cc
7 changed files with 20 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
# Also needs to be updated in galaxy.yml
VERSION = 2.0.0
VERSION = 2.0.1
TEST_ARGS ?= ""
PYTHON_VERSION ?= `python -c 'import platform; print("{0}.{1}".format(platform.python_version_tuple()[0], platform.python_version_tuple()[1]))'`