From 2e8c9f2d90c0a60b541dcf5190528625a476f987 Mon Sep 17 00:00:00 2001 From: Anton Sidelnikov <53078276+anton-sidelnikov@users.noreply.github.com> Date: Tue, 13 Oct 2020 10:01:58 +0300 Subject: [PATCH] Up version (#26) * write metric only once per sec * update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f2b079e..4314045 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "csm-test-utils" -version = "0.2.9" +version = "0.2.10" description = "Utils for testing infructructure created by customer service monitoring" authors = ["OTC customer service monitroing team"] license = "Apache-2.0"