From 0a4a2889aaa79efc7ca3bfbc57beccc0eec903ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=83=20pitr?= Date: Mon, 16 Aug 2021 13:43:40 +0200 Subject: [PATCH] bump to 0.23.0 (#61) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f54a904..756074d 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ PY3 = sys.version_info.major == 3 MAIN_PACKAGE = 'opentracing_utils' -VERSION = '0.22.1' +VERSION = '0.23.0' DESCRIPTION = 'OpenTracing utilities library'