From 8352846c4d233e906aa807f7b816faa0fe267038 Mon Sep 17 00:00:00 2001 From: Khairul Azhar Kasmiran Date: Tue, 12 Nov 2024 22:57:22 +0800 Subject: [PATCH] Bump python rz-pipe version to 0.6.2 --- python/rzpipe/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/rzpipe/__init__.py b/python/rzpipe/__init__.py index 097fc7b..66725a5 100644 --- a/python/rzpipe/__init__.py +++ b/python/rzpipe/__init__.py @@ -32,7 +32,7 @@ except ImportError: rzlang = None -VERSION = "0.6.1" +VERSION = "0.6.2" from .open_sync import open from shutil import which