Skip to content

Commit

Permalink
Merge pull request #41 from Attumm/V2.4.1-prerelease
Browse files Browse the repository at this point in the history
V2.4.1
  • Loading branch information
Attumm authored Feb 17, 2024
2 parents 51aca54 + ed30bb3 commit d20c7a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dic['gone'] = 'in ten seconds'
```
Or, for a more Pythonic approach, use a timedelta.
```python
from datetime import
from datetime import timedelta

dic = RedisDict(expire=timedelta(minutes=1))
dic['gone'] = 'in a minute'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
long_description=long_description,
long_description_content_type='text/markdown',

version='2.4.0',
version='2.4.1',
py_modules=['redis_dict'],
install_requires=['redis',],
license='MIT',
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
attrs==22.2.0
cffi==1.15.1
coverage==5.5
cryptography==42.0.0
cryptography==42.0.2
exceptiongroup==1.1.1
future==0.18.3
hypothesis==6.70.1
Expand Down

0 comments on commit d20c7a6

Please sign in to comment.