From ac5b6ece97e33f5fd2b77c46ca4c1647c7b99021 Mon Sep 17 00:00:00 2001 From: Garret Heaton Date: Sun, 16 Jun 2013 15:24:45 -0700 Subject: [PATCH] 2.3 release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 091d2e1..a6fb150 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python sdict = { 'name': 'txredis', - 'version': '2.2', + 'version': '2.3', 'packages': ['txredis'], 'description': 'Python/Twisted client for Redis key-value store', 'author': 'Dorian Raymer',