File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ influxdb-client-python
20
20
:target: https://codecov.io/gh/influxdata/influxdb-client-python
21
21
:alt: Coverage
22
22
23
- .. image :: https://img.shields.io/pypi/v/influxdb-client-python .svg
24
- :target: https://pypi.python.org/pypi/influxdb-client- python
23
+ .. image :: https://img.shields.io/pypi/v/influxdb-client.svg
24
+ :target: https://pypi.python.org/pypi/influxdb-python
25
25
:alt: PyPI package
26
26
27
- .. image :: https://img.shields.io/pypi/pyversions/influxdb-client-python .svg
28
- :target: https://pypi.python.org/pypi/influxdb-client-python
27
+ .. image :: https://img.shields.io/pypi/pyversions/influxdb-client.svg
28
+ :target: https://pypi.python.org/pypi/influxdb-client
29
29
:alt: Supported Python versions
30
30
31
31
.. image :: https://readthedocs.org/projects/influxdb-client/badge/?version=latest
Original file line number Diff line number Diff line change 296
296
from influxdb_client .client .influxdb_client import InfluxDBClient
297
297
from influxdb_client .client .write .point import Point
298
298
299
- __version__ = '0.0.1 '
299
+ __version__ = '0.0.2 '
300
300
301
301
You can’t perform that action at this time.
0 commit comments