Skip to content

Commit

Permalink
v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Attumm committed Feb 11, 2021
1 parent c62755c commit 4435fd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
__pycache__
*.pyc
*.egg-info

build
dist
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='1.2',
version='1.4',
py_modules=['redis_dict'],
install_requires=['redis', 'future'],
license='MIT',
Expand Down

0 comments on commit 4435fd2

Please sign in to comment.