We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4a01c commit dad0ad7Copy full SHA for dad0ad7
.gitignore
@@ -102,3 +102,8 @@ venv.bak/
102
103
# mypy
104
.mypy_cache/
105
+
106
+# Eclipse project settings
107
+.project
108
+.pydevproject
109
setup.py
@@ -10,7 +10,7 @@ def read_all(f):
10
11
setup(
12
name='redisbloom',
13
- version='0.3.2',
+ version='0.3.3',
14
description='RedisBloom Python Client',
15
long_description=read_all("README.md"),
16
long_description_content_type='text/markdown',
0 commit comments