From 79a71b3de21114064f7270506701ea370bac900c Mon Sep 17 00:00:00 2001 From: Alexander Piskun Date: Wed, 22 Mar 2023 19:03:07 +0300 Subject: [PATCH] publish 0.0.11 --- 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 0c3f4887..d5a31271 100644 --- a/nc_py_api/_version.py +++ b/nc_py_api/_version.py @@ -1,3 +1,3 @@ """ Version of Nc_Py_Api """ -__version__ = "0.0.11.dev0" +__version__ = "0.0.11"