Skip to content

Commit

Permalink
Bump version 0.3.5 -> 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ikegami-yukino committed Sep 30, 2018
1 parent 41bb25f commit d87913a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
CHANGES
=======

0.4.0 (2018-09-30)
------------------

- `FMIndex.count()` is added
- No longer support Python 2.6
- bug fix

0.3.5 (2018-09-05)
------------------

Expand Down
4 changes: 2 additions & 2 deletions shellinford/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from . import shellinford

VERSION = (0, 3, 5)
__version__ = '0.3.5'
VERSION = (0, 4, 0)
__version__ = '0.4.0'
__all__ = ['FMIndex', 'bit_vector', 'bwt']

FMIndex = shellinford.FMIndex
Expand Down

0 comments on commit d87913a

Please sign in to comment.