From 474d79682066157a543183c08320e94d93649763 Mon Sep 17 00:00:00 2001 From: hfaran Date: Sun, 16 Feb 2014 15:10:02 -0800 Subject: [PATCH] Bump version v0.13 --- tornado_json/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tornado_json/__init__.py b/tornado_json/__init__.py index 32c3823..61acf08 100644 --- a/tornado_json/__init__.py +++ b/tornado_json/__init__.py @@ -5,4 +5,4 @@ # Alternatively, just put the version in a text file or something to avoid # this. -__version__ = '0.12' +__version__ = '0.13'