Skip to content

Commit

Permalink
Bump version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshw5 committed Apr 5, 2015
1 parent 60af56f commit 27fe04b
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.3.8'
__version__ = '0.3.9'


class FastaIndexingError(Exception):
Expand Down

0 comments on commit 27fe04b

Please sign in to comment.