From 69a555b660bc05b840738ed90d028c7bab769559 Mon Sep 17 00:00:00 2001 From: Andrew Crozier Date: Tue, 4 Dec 2018 09:41:33 +0000 Subject: [PATCH] Bump version 0.4.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9b7e465..4716976 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ class IntegrationTests(PyTest): setup( name='livy', - version='0.4.0', + version='0.4.1', description='A Python client for Apache Livy', long_description=README.read_text(), packages=['livy'],