Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmyronyuk committed Jun 20, 2023
1 parent 0203d17 commit 962cc9d
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.1
pip install prometheus-summary==0.1.2
```
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.1"
__version__ = "0.1.2"

0 comments on commit 962cc9d

Please sign in to comment.