Skip to content

Commit 9b4b371

Browse files
committed
Add updated README
1 parent 19f586b commit 9b4b371

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ are the ``data``, the ``allmetrics`` and the ``alarms`` endpoint supported.
66

77
Installation
88
------------
9+
910
The module is available from the `Python Package Index <https://pypi.python.org/pypi>`_.
1011

1112
.. code:: bash
@@ -19,6 +20,7 @@ The file ``example.py`` contains an example about how to use this module.
1920

2021
Development
2122
-----------
23+
2224
For development is recommended to use a ``venv``.
2325

2426
.. code:: bash
@@ -29,4 +31,5 @@ For development is recommended to use a ``venv``.
2931
3032
License
3133
-------
34+
3235
``python-netdata`` is licensed under MIT, for more details check LICENSE.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
setup(
2626
name='netdata',
27-
version='0.1.1',
27+
version='0.1.2',
2828
description='Python API for interacting with Netdata.',
2929
long_description=long_description,
3030
url='https://github.com/fabaff/python-netdata',

0 commit comments

Comments
 (0)