From f6cf81762c71ac8fa87b755cda777d883e826ebc Mon Sep 17 00:00:00 2001 From: Prithvi Prabhu Date: Wed, 17 Jun 2020 10:39:55 -0700 Subject: [PATCH] Bump version to 0.0.2 --- py/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/setup.py b/py/setup.py index 24bdba9525..167b47f35a 100644 --- a/py/setup.py +++ b/py/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='telesync', - version='0.0.1', + version='0.0.2', author='Prithvi Prabhu', author_email='prithvi@h2o.ai', description='Python driver for H2O Q / Telesync Realtime Apps',