Skip to content

Commit 6c313b1

Browse files
committed
Bump version
1 parent 7062986 commit 6c313b1

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ Prometheus summary with quantiles over configurable sliding time window
44
## Installation
55

66
```
7-
pip install prometheus-summary==0.1.4
7+
pip install prometheus-summary==0.1.5
88
```
99
This package can be found on [PyPI](https://pypi.org/project/prometheus-summary/).
1010

11+
## Documentation
12+
Documentation is available on https://prometheus-summary.readthedocs.io/en/latest/.
13+
1114
## Collecting
1215

1316
### Basic usage

docs/source/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Welcome to prometheus-summary documentation!
2-
============================================
1+
prometheus-summary
2+
==================
33

44
`Prometheus-summary library <https://github.com/RefaceAI/prometheus-summary>`_ adds support of quantiles calculation for the Summary metric.
55
It is fully compatible with the official `Python Prometheus client library <https://github.com/prometheus/client_python>`_.
@@ -9,7 +9,7 @@ Installation
99

1010
.. code-block:: console
1111
12-
pip install prometheus-summary==0.1.4
12+
pip install prometheus-summary==0.1.5
1313
1414
This package can be found on `PyPI <https://pypi.org/project/prometheus-summary/>`_.
1515

prometheus_summary/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.4"
1+
__version__ = "0.1.5"

0 commit comments

Comments
 (0)