Skip to content

Commit caae3a2

Browse files
author
Srikalyan Swayampakula
committed
Trying the new password for ll account.
1 parent f0d8891 commit caae3a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ deploy:
1212
provider: pypi
1313
user: github-ll
1414
password:
15-
secure: Ol3Gxz2iQEh7Oz64FZJfwLJK/r8QLlnE3aFKv6TkTxn8DedXK+mLUTC0PwueBSOIRGpnxlHwQyzrzxZWs2QOUoyB+Nbx6L1wU+NsgviNKJjAln4/tV4dAeI7GRJD2cDkRH9w2QihWnRFRh7BbmhfsD4WrsELP5k6onbVrQwU/Ao=
15+
secure: a64VGzyBWpg9qNv6NnURDwuDxDKYeIvWnfjTctM+BgNurPfbJ9ohYiCbJIEGR9KnA4el3RPNe8AiaOJhiP7xo2x4fqvT2HRWHnarl6jpgz0Fe+0LOcop8sknxz5ePDSFZSaQYpIWJTGkDaBBHMtt7CMNr3UbV7G/HT8hyl5r69Y=
1616
on:
1717
tags: true
1818
repo: locationlabs/mockredis

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44

55
# Match releases to redis-py versions
6-
__version__ = '2.9.4'
6+
__version__ = '2.9.3'
77

88
# Jenkins will replace __build__ with a unique value.
99
__build__ = ''

0 commit comments

Comments
 (0)