Skip to content

Commit

Permalink
Bump version due to #138
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshw5 authored Feb 9, 2018
1 parent 4075a6e commit a088141
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.5.3'
__version__ = '0.5.3.1'


class KeyFunctionError(ValueError):
Expand Down

0 comments on commit a088141

Please sign in to comment.