From da651d89b2318bdd0b1fb68a937f11e2c9054ecb Mon Sep 17 00:00:00 2001 From: Maxim Danilchenko Date: Sat, 11 Sep 2021 19:52:19 +0300 Subject: [PATCH] Version update to 2.0.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cff2ca4..3d9dec0 100755 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ def read(fname): setup_opts = dict( name='aiochclient', - version='2.0.0', + version='2.0.1', description='Async http clickhouse client for python 3.6+', long_description=read('README.md'), long_description_content_type="text/markdown",