Skip to content

Commit 20fc5f2

Browse files
committed
Version bumped to 0.8.3.
Signed-off-by: Pavel Kirilin <[email protected]>
1 parent 568d92b commit 20fc5f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "taskiq"
3-
version = "0.8.2"
3+
version = "0.8.3"
44
description = "Distributed task queue with full async support"
55
authors = ["Pavel Kirilin <[email protected]>"]
66
maintainers = ["Pavel Kirilin <[email protected]>"]

taskiq/middlewares/prometheus_middleware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def __init__(
7070
)
7171
self.execution_time = Histogram(
7272
"execution_time",
73-
"Tome of function execution",
73+
"Time of function execution",
7474
["task_name"],
7575
)
7676
self.server_port = server_port

0 commit comments

Comments
 (0)