From b8dc816af003321c7f88933cc4e8efc9ca437d07 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Fri, 12 Oct 2018 09:09:23 +0200 Subject: [PATCH] bump version to 1.0.2 --- pmb/config/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py index 905b1dcf..e9764048 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -30,7 +30,7 @@ from pmb.config.merge_with_args import merge_with_args # # Exported variables (internal configuration) # -version = "1.0.1" +version = "1.0.2" pmb_src = os.path.normpath(os.path.realpath(__file__) + "/../../..") apk_keys_path = pmb_src + "/pmb/data/keys"