Skip to content

Commit dad0ad7

Browse files
committed
bump version to 0.3.3
1 parent 5b4a01c commit dad0ad7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,8 @@ venv.bak/
102102

103103
# mypy
104104
.mypy_cache/
105+
106+
# Eclipse project settings
107+
.project
108+
.pydevproject
109+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def read_all(f):
1010

1111
setup(
1212
name='redisbloom',
13-
version='0.3.2',
13+
version='0.3.3',
1414
description='RedisBloom Python Client',
1515
long_description=read_all("README.md"),
1616
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)