diff --git a/setup.py b/setup.py index 18abf8f..9b7e465 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ class IntegrationTests(PyTest): setup( name='livy', - version='0.3.1', + version='0.4.0', description='A Python client for Apache Livy', long_description=README.read_text(), packages=['livy'],