Skip to content

Commit

Permalink
bump to v6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
meren committed Oct 28, 2019
1 parent bd9868f commit e6963c9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.1"

RUN conda config --env --add channels conda-forge
RUN conda config --env --add channels bioconda
Expand Down
2 changes: 1 addition & 1 deletion anvio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# unless you want to explode `bottle`:
import pkg_resources

anvio_version = '6-master'
anvio_version = '6.1'
anvio_codename = 'esther'

DEBUG = '--debug' in sys.argv
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.1" %}

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.1" %}

package:
name: anvio
Expand Down

0 comments on commit e6963c9

Please sign in to comment.