Skip to content

Commit efc5776

Browse files
committed
chore: Bump python driver version
1 parent f8f8be2 commit efc5776

File tree

3 files changed

+2
-64
lines changed

3 files changed

+2
-64
lines changed

py/h2o_wave/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from .types import *
3737
from .test import cypress, Cypress
3838

39-
__version__ = '0.17.0'
39+
__version__ = '0.18.0'
4040
__author__ = 'Prithvi Prabhu'
4141

4242
__pdoc__ = {

py/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setuptools.setup(
2424
name='h2o_wave',
25-
version='0.17.0',
25+
version='0.18.0',
2626
author='Prithvi Prabhu',
2727
author_email='[email protected]',
2828
description='Python driver for H2O Wave Realtime Apps',

py/setup.py-r

-62
This file was deleted.

0 commit comments

Comments
 (0)