This is an automated email from the ASF dual-hosted git repository.
ivandasch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-python-thin-client.git
The following commit(s) were added to refs/heads/master by this push:
new 572c8b9 Update version for next release
572c8b9 is described below
commit 572c8b952cf1c2d90fc874c1e896e5571ec48174
Author: Ivan Daschinsky <[email protected]>
AuthorDate: Wed Apr 14 19:05:15 2021 +0300
Update version for next release
---
pyignite/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyignite/__init__.py b/pyignite/__init__.py
index c26c59a..4b77f68 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.5.0-dev'