Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
a-luna committed Jun 15, 2021
1 parent 0df04d1 commit 48abf99
Showing 1 changed file with 1 addition and 1 deletion.
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", "3") # pragma: no cover
__version_info__ = ("0", "2", "4") # pragma: no cover
__version__ = ".".join(__version_info__) # pragma: no cover

0 comments on commit 48abf99

Please sign in to comment.