Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshw5 authored Jul 14, 2021
1 parent 7afb0c7 commit 05787ec
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 @@ -30,7 +30,7 @@

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

__version__ = '0.6.0'
__version__ = '0.6.1'


class KeyFunctionError(ValueError):
Expand Down

0 comments on commit 05787ec

Please sign in to comment.