Skip to content

Commit

Permalink
Bumping revision to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sripathikrishnan committed Oct 17, 2013
1 parent 276ca9d commit d279206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdbtools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from rdbtools.callbacks import JSONCallback, DiffCallback, ProtocolCallback
from rdbtools.memprofiler import MemoryCallback, PrintAllKeys, StatsAggregator

__version__ = '0.1.5'
__version__ = '0.1.6'
VERSION = tuple(map(int, __version__.split('.')))

__all__ = [
Expand Down

0 comments on commit d279206

Please sign in to comment.