Skip to content

Commit

Permalink
Version bump - v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
italorossi committed Feb 5, 2019
1 parent 31a08e2 commit dbec44a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion redis_rate_limit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from redis.exceptions import NoScriptError
from redis import Redis, ConnectionPool

__version__ = "0.0.1"

# Adapted from http://redis.io/commands/incr#pattern-rate-limiter-2
INCREMENT_SCRIPT = b"""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='python-redis-rate-limit',
version='0.0.6',
version='0.0.7',
description=u'Python Rate Limiter based on Redis.',
long_description=readme,
author=u'Victor Torres',
Expand Down

0 comments on commit dbec44a

Please sign in to comment.