From f3314bfb88aca378922a6c12a7dcc149921b068f Mon Sep 17 00:00:00 2001 From: Matt Shirley Date: Thu, 30 Apr 2015 15:54:20 -0400 Subject: [PATCH] Bump version number for release. --- pyfaidx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfaidx/__init__.py b/pyfaidx/__init__.py index e7d5b2a..fb53722 100644 --- a/pyfaidx/__init__.py +++ b/pyfaidx/__init__.py @@ -21,7 +21,7 @@ dna_bases = re.compile(r'([ACTGNactgnYRWSKMDVHBXyrwskmdvhbx]+)') -__version__ = '0.3.9' +__version__ = '0.4.0' class FastaIndexingError(Exception):