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/04/14 16:04:17 UTC

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

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

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

commit 35e6617e3bf67c6528efa5721f40a4ca89aa3c28
Author: Ivan Daschinsky <iv...@apache.org>
AuthorDate: Wed Apr 14 19:02:52 2021 +0300

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

diff --git a/pyignite/__init__.py b/pyignite/__init__.py
index c26c59a..2cb6fc1 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.4.0-dev'
+__version__ = '0.4.0'