Skip to content

Commit

Permalink
Version bump - v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
italorossi committed Oct 23, 2024
1 parent 6c53948 commit 97fc2ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.5", "3.6", "3.7","3.8", "3.9", "3.10"]
python-version: ["3.6", "3.7","3.8", "3.9", "3.10"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ python-redis-rate-limit
This lib offers an abstraction of a Rate Limit algorithm implemented on top of
Redis >= 2.6.0.

Supported Python Versions: 2.7, 3.5+
Supported Python Versions: 2.7, 3.6+

Example: 10 requests per second

Expand Down
3 changes: 1 addition & 2 deletions 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.9',
version='0.0.10',
description=u'Python Rate Limiter based on Redis.',
long_description=readme,
author=u'Victor Torres',
Expand All @@ -23,7 +23,6 @@
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Programming Language :: Python',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
Expand Down

0 comments on commit 97fc2ff

Please sign in to comment.