From e04b0c2fb581caead8dcd6957915db5793c30021 Mon Sep 17 00:00:00 2001 From: Durman Date: Fri, 30 Sep 2022 10:14:15 +0400 Subject: [PATCH] increase Sverchok version --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 43e5d5f67e..c8db776724 100755 --- a/__init__.py +++ b/__init__.py @@ -53,7 +53,7 @@ "tracker_url": "http://www.blenderartists.org/forum/showthread.php?272679" } -VERSION = 'v1.1.0-beta' # looks like the only way to have custom format for the version +VERSION = 'v1.1.0' # looks like the only way to have custom format for the version import sys import importlib