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

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

commit 66e1b4e5cf68b8cb76670ae2a9c7c804bfcd8dec
Author: Ivan Daschinsky <[email protected]>
AuthorDate: Tue Feb 14 13:32:26 2023 +0300

    Prepare 0.6.1 release
---
 README.md            | 2 +-
 pyignite/__init__.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index e755498..0f63d9a 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ pip install pyignite
 
 To install a specific version:
 ```bash
-pip install pyignite==0.6.0
+pip install pyignite==0.6.1
 ```
 
 ## Documentation
diff --git a/pyignite/__init__.py b/pyignite/__init__.py
index 9d55337..086d7e9 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.6.0'
+__version__ = '0.6.1'

Reply via email to