From b2723010ce31bb67fee8c32426f9ff4931417103 Mon Sep 17 00:00:00 2001 From: Nikolay Gribanov Date: Mon, 20 Jun 2022 15:32:15 +0300 Subject: [PATCH] release 1.2.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index abdbec7..54cee19 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def run_tests(self): setup( name='balancing-http-client', - version='1.2.3', + version='1.2.4', description='Balancing http client for tornado', url='https://github.com/hhru/balancing-http-client', cmdclass={