From 73bb37bcd14a7204a8946b04a83a05e95813eea6 Mon Sep 17 00:00:00 2001 From: Vitalii Gridnev Date: Fri, 27 May 2022 13:22:28 +0300 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c3ba412c..131c8f81 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="ydb", - version="2.4.0", + version="2.5.0", description="YDB Python SDK", author="Yandex LLC", author_email="ydb@yandex-team.ru",