Skip to content

Commit

Permalink
Bumped the redis_loader version to 1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
alancleary committed Sep 15, 2023
1 parent 7d35730 commit 6bfed06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis_loader/redis_loader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def int_or_str(value):
return value


__version__ = "1.2.3"
__version__ = "1.3.0"
VERSION = tuple(map(int_or_str, __version__.split(".")))

__schema_version__ = "1.1.0"
Expand Down

0 comments on commit 6bfed06

Please sign in to comment.