Prep for 1.2 release (#370)

This commit is contained in:
Mike Graves
2021-02-19 13:02:07 -05:00
committed by GitHub
parent a4ac078625
commit 5eb280f35a
6 changed files with 96 additions and 4 deletions

View File

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