Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmyronyuk committed Mar 6, 2025
1 parent 1ad163d commit c21659f
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.3
pip install prometheus-summary==0.1.4
```
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.3"
__version__ = "0.1.4"

0 comments on commit c21659f

Please sign in to comment.