Skip to content

Commit 21beb62

Browse files
committed
bump version to 1.0
1 parent 4d8590e commit 21beb62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ dist
99
!**/*.csv
1010
!**/*.md
1111
!.circleci/config.yml
12-
12+
venv/

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def read_all(f):
1111

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

0 commit comments

Comments
 (0)