Release 2.1.0 (#150)

This commit is contained in:
Mike Graves
2021-06-24 07:49:00 -04:00
committed by GitHub
parent 2eca446f09
commit 8280bb78c0
7 changed files with 21 additions and 9 deletions

View File

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