From 3b7653b7a980fe26770a10ef371cdb0c537e8085 Mon Sep 17 00:00:00 2001 From: Jarrod Chesney Date: Thu, 5 Jan 2017 12:18:13 +1000 Subject: [PATCH] Updated to version 0.52.24 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7aac5d0..9061704 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ import os from setuptools import setup, find_packages -package_version = '0.52.23' +package_version = '0.52.24' def read(*rnames):