Skip to content

Commit a401e37

Browse files
author
Christopher Rabotin
committed
Added SeriesHelper to all in __init__.
1 parent 90e10c8 commit a401e37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

influxdb/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
__all__ = [
88
'InfluxDBClient',
99
'DataFrameClient',
10+
'SeriesHelper',
1011
]
1112

1213

13-
__version__ = '0.1.13'
14+
__version__ = '0.1.14'

0 commit comments

Comments
 (0)