Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
snayfach committed Nov 12, 2016
1 parent 3ed80f9 commit bbd3109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion midas/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 """
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit bbd3109

Please sign in to comment.