You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by iv...@apache.org on 2021/07/22 06:37:07 UTC

[ignite-python-thin-client] 01/05: Prepare for 0.5.1 release

This is an automated email from the ASF dual-hosted git repository.

ivandasch pushed a commit to branch pyignite-0.5.1
in repository https://gitbox.apache.org/repos/asf/ignite-python-thin-client.git

commit 444842c22adc34413421da0619430c32ea5cd865
Author: Ivan Daschinsky <iv...@apache.org>
AuthorDate: Thu Jul 22 09:24:58 2021 +0300

    Prepare for 0.5.1 release
---
 pyignite/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyignite/__init__.py b/pyignite/__init__.py
index d6ec2bd..537e3fd 100644
--- a/pyignite/__init__.py
+++ b/pyignite/__init__.py
@@ -17,4 +17,4 @@ from pyignite.client import Client
 from pyignite.aio_client import AioClient
 from pyignite.binary import GenericObjectMeta
 
-__version__ = '0.5.0'
+__version__ = '0.5.1'