Skip to content

Commit

Permalink
version is updated to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
a.abramenko committed Dec 8, 2024
1 parent f1b143b commit df4b1ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Prometheus summary with quantiles over configurable sliding time window
## Installation

```
pip install prometheus-summary==0.1.2
pip install prometheus-summary==0.1.3
```
This package can be found on [PyPI](https://pypi.org/project/prometheus-summary/).

Expand Down
2 changes: 1 addition & 1 deletion prometheus_summary/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.2"
__version__ = "0.1.3"

0 comments on commit df4b1ea

Please sign in to comment.