Skip to content

Commit

Permalink
Release new version with changes from #71
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshw5 committed Aug 3, 2015
1 parent a4904b9 commit 6e54c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfaidx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

dna_bases = re.compile(r'([ACTGNactgnYRWSKMDVHBXyrwskmdvhbx]+)')

__version__ = '0.4.1.1'
__version__ = '0.4.2'


class FastaIndexingError(Exception):
Expand Down

0 comments on commit 6e54c9b

Please sign in to comment.