From 39f13688305cbf4b3aed002111e97999d1a7b8c4 Mon Sep 17 00:00:00 2001 From: Erfan Abdi Date: Tue, 28 Sep 2021 10:14:25 +0330 Subject: [PATCH] tools: Upver to 1.1.0 --- tools/config/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/config/__init__.py b/tools/config/__init__.py index f1bde16..a4db795 100644 --- a/tools/config/__init__.py +++ b/tools/config/__init__.py @@ -12,7 +12,7 @@ from tools.config.save import save, save_session # # Exported variables (internal configuration) # -version = "1.0.0" +version = "1.1.0" tools_src = os.path.normpath(os.path.realpath(__file__) + "/../../..") # Keys saved in the config file (mostly what we ask in 'waydroid init') -- 2.47.3