From bbd31095686cc2aee8b047b207024febee5623d4 Mon Sep 17 00:00:00 2001 From: snayfach Date: Sat, 12 Nov 2016 13:32:15 -0800 Subject: [PATCH] Increment version number --- midas/utility.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/midas/utility.py b/midas/utility.py index bcb38c5..a4c1496 100644 --- a/midas/utility.py +++ b/midas/utility.py @@ -6,7 +6,7 @@ import io, os, stat, sys, resource, gzip, platform, subprocess, bz2 -__version__ = '1.2.0' +__version__ = '1.2.1' def which(program): """ Mimics unix 'which' function """ diff --git a/setup.py b/setup.py index e208915..a7cf744 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name = 'MIDAS', - version = '1.2.0', + version = '1.2.1', description = 'An integrated pipeline and for estimating species and strain-level genomic variation from metagenomic data', license = 'GPL', author = 'Stephen Nayfach',