diff --git a/.gitpod.yml b/.gitpod.yml index db31d01be..d5948695b 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,4 +1,4 @@ -image: nfcore/gitpod:latest +image: nfcore/gitpod:dev tasks: - name: install current state of nf-core/tools and setup pre-commit command: | diff --git a/setup.py b/setup.py index 5617520e9..4a142c20f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages, setup -version = "3.1.1" +version = "3.2.0dev" with open("README.md") as f: readme = f.read()