Skip to content

Commit

Permalink
getting ready for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
meren committed Oct 9, 2019
1 parent b6d7d6d commit 78c7734
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM continuumio/miniconda3:4.7.10
ENV ANVIO_VERSION "6_master"
ENV ANVIO_VERSION "6"

RUN conda update conda
RUN conda config --env --add channels conda-forge
Expand Down
2 changes: 1 addition & 1 deletion conda-recipe/anvio-minimal/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "6_master" %}
{% set version = "6" %}

package:
name: anvio-minimal
Expand Down
2 changes: 1 addition & 1 deletion conda-recipe/anvio/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "6_master" %}
{% set version = "6" %}

package:
name: anvio
Expand Down

0 comments on commit 78c7734

Please sign in to comment.