Skip to content

Commit

Permalink
Merge pull request #3 from RefaceAI/upd-markup
Browse files Browse the repository at this point in the history
Upd markup
  • Loading branch information
antonmyronyuk authored Jun 9, 2023
2 parents 85a1abf + 0a17339 commit 8bc24c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Aioprometheus summary with quantiles over configurable sliding time window

## Installation

```
pip install aioprometheus-summary==0.0.1
pip install aioprometheus-summary==0.0.2
```
2 changes: 1 addition & 1 deletion aioprometheus_summary/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.0.2"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def readfile(filename) -> str:
author_email="[email protected]",
description="Aioprometheus summary with quantiles over configurable sliding time window",
long_description=readfile("README.md"),
long_description_content_type="text/markdown",
license="Apache License 2.0",
url="https://github.com/RefaceAI/aioprometheus-summary",
packages=["aioprometheus_summary"],
Expand Down

0 comments on commit 8bc24c6

Please sign in to comment.