From 3a032e1da8e1f3029447081de2929aa7d810b45a Mon Sep 17 00:00:00 2001 From: Chris Hoffman Date: Wed, 18 May 2016 20:31:12 -0700 Subject: [PATCH] Update __init__.py --- redistrib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redistrib/__init__.py b/redistrib/__init__.py index c5e4479..3991360 100644 --- a/redistrib/__init__.py +++ b/redistrib/__init__.py @@ -1,2 +1,2 @@ -__version__ = '0.5.0' +__version__ = '0.5.1' REPO = 'https://github.com/quixey/redis-trib.py'