Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
brantfaircloth committed Feb 1, 2014
1 parent 7e35f92 commit 93c5d19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion illumiprocessor/__init__.py
Expand Up @@ -32,6 +32,6 @@
os.chdir(cwd)

except:
__version__ = "2.0.5"
__version__ = "2.0.6"
if not os.getcwd == cwd:
os.chdir(cwd)
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name='illumiprocessor',
version='2.0.5',
version='2.0.6',
description='Automated Illumina read trimming using trimmomatic',
url='https://github.com/faircloth-lab/illumiprocessor',
author='Brant C. Faircloth',
Expand Down

0 comments on commit 93c5d19

Please sign in to comment.