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',