From dab053e96c73b15da4cfdcefe2e39df80f8ef540 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 7 Nov 2018 08:08:53 +0100 Subject: [PATCH] bump version to 1.0.3 --- 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 e9764048..47375c21 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.2" +version = "1.0.3" pmb_src = os.path.normpath(os.path.realpath(__file__) + "/../../..") apk_keys_path = pmb_src + "/pmb/data/keys"