From c431768bc3c80e3a09c8832682ea8ed52c23da58 Mon Sep 17 00:00:00 2001 From: Sundar Nagarajan Date: Wed, 16 Mar 2016 05:43:09 -0700 Subject: [PATCH] package version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4533fbe..738eb9f 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ ''' # You _SHOULD_ set these toplevel = 'setupext' -version = '0.24' +version = '0.24.1' description = toplevel install_requires = [ ]