Skip to content

Commit 0c6b939

Browse files
DvirDukhangkorland
authored andcommitted
Update setup.py (#51)
1 parent c20eac6 commit 0c6b939

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ def read_all(f):
77
with io.open(f, encoding="utf-8") as I:
88
return I.read()
99

10-
requirements = map(str.strip, open("requirements.txt").readlines())
10+
requirements = list(map(str.strip, open("requirements.txt").readlines()))
1111

1212
setup(
1313
name='redisearch',
14-
version='0.8.1',
14+
version='0.8.2',
1515
description='RedisSearch Python Client',
1616
long_description=read_all("README.md"),
1717
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)