Skip to content

Commit 28ccd5b

Browse files
committed
bump version 0.1.8
1 parent 7648da2 commit 28ccd5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rdbtools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from rdbtools.callbacks import JSONCallback, DiffCallback, ProtocolCallback
33
from rdbtools.memprofiler import MemoryCallback, PrintAllKeys, StatsAggregator
44

5-
__version__ = '0.1.7'
5+
__version__ = '0.1.8'
66
VERSION = tuple(map(int, __version__.split('.')))
77

88
__all__ = [

0 commit comments

Comments
 (0)