File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ deploy:
12
12
provider : pypi
13
13
user : github-ll
14
14
password :
15
- secure : Ol3Gxz2iQEh7Oz64FZJfwLJK/r8QLlnE3aFKv6TkTxn8DedXK+mLUTC0PwueBSOIRGpnxlHwQyzrzxZWs2QOUoyB+Nbx6L1wU+NsgviNKJjAln4/tV4dAeI7GRJD2cDkRH9w2QihWnRFRh7BbmhfsD4WrsELP5k6onbVrQwU/Ao =
15
+ secure : a64VGzyBWpg9qNv6NnURDwuDxDKYeIvWnfjTctM+BgNurPfbJ9ohYiCbJIEGR9KnA4el3RPNe8AiaOJhiP7xo2x4fqvT2HRWHnarl6jpgz0Fe+0LOcop8sknxz5ePDSFZSaQYpIWJTGkDaBBHMtt7CMNr3UbV7G/HT8hyl5r69Y =
16
16
on :
17
17
tags : true
18
18
repo : locationlabs/mockredis
Original file line number Diff line number Diff line change 3
3
from setuptools import setup , find_packages
4
4
5
5
# Match releases to redis-py versions
6
- __version__ = '2.9.4 '
6
+ __version__ = '2.9.3 '
7
7
8
8
# Jenkins will replace __build__ with a unique value.
9
9
__build__ = ''
You can’t perform that action at this time.
0 commit comments