Skip to content

Commit 9c63ba2

Browse files
committed
checking release for 0.0.2, updated readme badges
1 parent 6da3f49 commit 9c63ba2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ influxdb-client-python
2020
:target: https://codecov.io/gh/influxdata/influxdb-client-python
2121
:alt: Coverage
2222

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
2525
:alt: PyPI package
2626

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
2929
:alt: Supported Python versions
3030

3131
.. image:: https://readthedocs.org/projects/influxdb-client/badge/?version=latest

influxdb_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,6 @@
296296
from influxdb_client.client.influxdb_client import InfluxDBClient
297297
from influxdb_client.client.write.point import Point
298298

299-
__version__ = '0.0.1'
299+
__version__ = '0.0.2'
300300

301301

0 commit comments

Comments
 (0)