diff --git a/Makefile b/Makefile index 80b41f31..5f55b56d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Also needs to be updated in galaxy.yml -VERSION = 6.0.0-dev0 +VERSION = 7.0.0-dev0 TEST_ARGS ?= "" PYTHON_VERSION ?= `python -c 'import platform; print(".".join(platform.python_version_tuple()[0:2]))'` diff --git a/galaxy.yml b/galaxy.yml index 6f7c2d12..a7c90caa 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -25,7 +25,7 @@ tags: - openshift - okd - cluster -version: 6.0.0-dev0 +version: 7.0.0-dev0 build_ignore: - .DS_Store - "*.tar.gz"