From becbed07821ee82df3068d08b6732f8acc91a9c0 Mon Sep 17 00:00:00 2001
From: nservant <nservant@curie.fr>
Date: Sun, 6 Oct 2019 18:56:49 +0200
Subject: [PATCH] bump-version 1.1.0dev

---
 .travis.yml     | 2 +-
 environment.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b3e7a99..bc8037e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,7 @@ before_install:
   - docker pull nfcore/hic:dev
   # Fake the tag locally so that the pipeline runs properly
   # Looks weird when this is :dev to :dev, but makes sense when testing code for a release (:dev to :1.0.1)
-  - docker tag nfcore/hic:dev nfcore/hic:1.0.0
+  - docker tag nfcore/hic:dev nfcore/hic:dev
 
 install:
   # Install Nextflow
diff --git a/environment.yml b/environment.yml
index 34958b7..46dae65 100644
--- a/environment.yml
+++ b/environment.yml
@@ -1,6 +1,6 @@
 # You can use this file to create a conda environment for this pipeline:
 #   conda env create -f environment.yml
-name: nf-core-hic-1.0.0
+name: nf-core-hic-1.1.0dev
 channels:
   - conda-forge
   - bioconda
-- 
GitLab