Skip to content

Commit

Permalink
update version number and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
a-luna committed Jun 29, 2021
1 parent 2ef5d9a commit 946f8ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ black==20.8b1
coverage==5.5
fakeredis==1.5.2
flake8==3.9.2
isort==5.8.0
isort==5.9.1
pytest==6.2.4
pytest-cov==2.12.1
pytest-flake8==1.0.7
Expand Down
2 changes: 1 addition & 1 deletion src/fastapi_redis_cache/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# flake8: noqa
__version_info__ = ("0", "2", "4") # pragma: no cover
__version_info__ = ("0", "2", "5") # pragma: no cover
__version__ = ".".join(__version_info__) # pragma: no cover

0 comments on commit 946f8ae

Please sign in to comment.