From 0aefbb53d8d12b22ae3461aeb53f1575c69aab2c Mon Sep 17 00:00:00 2001 From: Prithvi Prabhu Date: Wed, 28 Oct 2020 21:39:13 -0700 Subject: [PATCH] Release 0.9.0 --- py/examples/requirements.txt | 2 +- py/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/py/examples/requirements.txt b/py/examples/requirements.txt index 50a50d91f8..ba58d85501 100644 --- a/py/examples/requirements.txt +++ b/py/examples/requirements.txt @@ -7,4 +7,4 @@ matplotlib plotly altair vega-datasets -h2o_wave==0.8.0 +h2o_wave==0.9.0 diff --git a/py/setup.py b/py/setup.py index b72c47181a..edf7b4363d 100644 --- a/py/setup.py +++ b/py/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='h2o_wave', - version='0.8.0', + version='0.9.0', author='Prithvi Prabhu', author_email='prithvi@h2o.ai', description='Python driver for H2O Wave Realtime Apps',