Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
snacktavish committed Jun 10, 2016
1 parent 6f7abea commit 1e83b9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='TreeToReads',
version='0.0.3',
version='0.0.4',
py_modules =['treetoreads',],
license='No copyright',
description = 'Tree to Reads - A python script to to read a tree, resolve polytomies, generate mutations and simulate NGS reads.',
Expand Down
2 changes: 1 addition & 1 deletion treetoreads.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import dendropy


VERSION = "0.0.3"
VERSION = "0.0.4"

class TreeToReads(object):
"""A tree to reads object that holds the input tree and base genome,
Expand Down

0 comments on commit 1e83b9d

Please sign in to comment.