From c426b55e72f546b99202996d037e553b316a395b Mon Sep 17 00:00:00 2001 From: Uri Laserson Date: Fri, 5 Feb 2016 14:47:21 -0800 Subject: [PATCH] version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 14d65d08..4fcbee46 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def readme(): setup( name='impyla', - version='0.13.1', + version='0.14.0.dev0', description='Python client for the Impala distributed query engine', long_description=readme(), author='Uri Laserson',