Skip to content

Commit

Permalink
4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kata198 committed Nov 18, 2016
1 parent d7f90c2 commit 5fc4898
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions IndexedRedis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
INDEXED_REDIS_PREFIX = '_ir_|'

# Version as a tuple (major, minor, patchlevel)
INDEXED_REDIS_VERSION = (4, 0, 1)
INDEXED_REDIS_VERSION = (4, 0, 2)

# Version as a string
INDEXED_REDIS_VERSION_STR = '4.0.1'
INDEXED_REDIS_VERSION_STR = '4.0.2'

# Package version
__version__ = INDEXED_REDIS_VERSION_STR
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
long_description = summary

setup(name='indexedredis',
version='4.0.1',
version='4.0.2',
packages=['IndexedRedis', 'IndexedRedis.fields'],
install_requires=['redis', 'QueryableList'],
requires=['redis', 'QueryableList'],
Expand Down

0 comments on commit 5fc4898

Please sign in to comment.