Skip to content

Commit 6f2ed75

Browse files
author
Ryan Park
committed
Bump Redis version to 2.10.3 or later
1 parent 96e5506 commit 6f2ed75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def run(self):
1818

1919
setup(
2020
name='Flask-Split',
21-
version='0.2.0.1', # customized by Runscope
21+
version='0.2.0.2', # customized by Runscope
2222
url='http://github.com/jpvanhal/flask-split',
2323
license='MIT',
2424
author='Janne Vanhala',
@@ -32,7 +32,7 @@ def run(self):
3232
platforms='any',
3333
install_requires=[
3434
'Flask>=0.7',
35-
'Redis>=2.4.13',
35+
'Redis>=2.10.3',
3636
],
3737
cmdclass={'test': PyTest},
3838
classifiers=[

0 commit comments

Comments
 (0)