diff --git a/setup.py b/setup.py index da9c142..9711971 100755 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ def run(self): setup( name='sqlitedict', - version='1.4.2', + version='1.5.0', description='Persistent dict in Python, backed up by sqlite3 and pickle, multithread-safe.', long_description=read('README.rst'),