diff --git a/py/examples/requirements.txt b/py/examples/requirements.txt index 8034745ffb..d8f0f8fa50 100644 --- a/py/examples/requirements.txt +++ b/py/examples/requirements.txt @@ -7,4 +7,4 @@ matplotlib plotly altair vega-datasets -h2o_wave==0.12.0 +h2o_wave==0.12.1 diff --git a/py/setup.py b/py/setup.py index 3c882d62ff..b64e4b8db2 100644 --- a/py/setup.py +++ b/py/setup.py @@ -22,7 +22,7 @@ setuptools.setup( name='h2o_wave', - version='0.12.0', + version='0.12.1', author='Prithvi Prabhu', author_email='prithvi@h2o.ai', description='Python driver for H2O Wave Realtime Apps',