Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshw5 authored Jan 25, 2018
1 parent 40bb7ff commit 442a84d
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 @@ -22,7 +22,7 @@

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

__version__ = '0.5.1'
__version__ = '0.5.2'

class KeyFunctionError(Exception):
"""Raised if the key_function argument is invalid."""
Expand Down

0 comments on commit 442a84d

Please sign in to comment.