Skip to content

Commit

Permalink
Merge pull request #12 from biplap-sarkar/update_version
Browse files Browse the repository at this point in the history
updated release version
  • Loading branch information
biplap-sarkar authored Aug 6, 2023
2 parents 99fbf38 + 547a598 commit 1ee21ab
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.7',
version = '1.0.0',
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.7.tar.gz',
download_url='https://github.com/biplap-sarkar/pylimit/archive/v1.0.0.tar.gz',
keywords=['rate limiting', 'throttle', 'redis'],
classifiers=[],
)

0 comments on commit 1ee21ab

Please sign in to comment.