Skip to content

Commit

Permalink
Added redis auth - v.0.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitcoder committed Apr 30, 2024
1 parent 79787bd commit 705bc58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ sources:
redis:
redis_example:
host: YOUR_REDIS_HOST
password: YOUR_REDIS_PASSWORD
s3:
s3_example:
access_key: YOUR_S3_ACCESS_KEY
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "0.3.12"
VERSION = "0.3.13"

from setuptools import setup, find_packages

Expand Down

0 comments on commit 705bc58

Please sign in to comment.