Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmyronyuk committed Jun 12, 2023
1 parent b18f107 commit a22a228
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.0
pip install prometheus-summary==0.1.1
```
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.0"
__version__ = "0.1.1"

0 comments on commit a22a228

Please sign in to comment.