Skip to content

Commit

Permalink
updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
biplap-sarkar committed Aug 17, 2016
1 parent db137d7 commit b99b86e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
setup(
name = 'pylimit',
packages = ['pylimit'],
version = '0.1.5',
version = '0.1.6',
description = 'A distributed rate limiting library for python using leaky bucket algorithm and Redis',
author='Biplap Sarkar',
author_email='[email protected]',
url='https://github.com/biplap-sarkar/pylimit',
download_url='https://github.com/biplap-sarkar/pylimit/archive/v0.1.5.tar.gz',
download_url='https://github.com/biplap-sarkar/pylimit/archive/v0.1.6.tar.gz',
keywords=['rate limiting', 'throttle', 'redis'],
classifiers=[],
)

0 comments on commit b99b86e

Please sign in to comment.