Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus1487 committed Oct 20, 2016
1 parent a804fbf commit 8241b85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nanoraw/correct_raw.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def _redirect_stderr(to):
_redirect_stderr(old_stderr)


NANORAW_VERSION = '0.1'
NANORAW_VERSION = '0.2'
VERBOSE = False

COMP_BASES = {'A':'T', 'C':'G', 'G':'C', 'T':'A', '-':'-'}
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 @@ def readme():

setup(
name = "nanoraw",
version = "0.1",
version = "0.2",
packages = ["nanoraw"],
install_requires = ['h5py', 'rpy2', 'numpy', 'scipy'],

Expand Down

0 comments on commit 8241b85

Please sign in to comment.