From 76bdad38aa3ebdf18227b2387f2411d967a04a0a Mon Sep 17 00:00:00 2001 From: Alexander Piskun Date: Sun, 12 Nov 2023 19:10:26 +0300 Subject: [PATCH] v0.5.1 - file operations fix [publish] Signed-off-by: Alexander Piskun --- nc_py_api/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nc_py_api/_version.py b/nc_py_api/_version.py index 6cf19935..fceb97d0 100644 --- a/nc_py_api/_version.py +++ b/nc_py_api/_version.py @@ -1,3 +1,3 @@ """Version of nc_py_api.""" -__version__ = "0.5.0" +__version__ = "0.5.1"