From ef68ed99adc96795dd8c0c15ef0a48ab1ed59ba9 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 26 Dec 2018 22:07:30 +0100 Subject: [PATCH] bump version to 1.1.0 --- 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 67389fa4..f11d3756 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.4" +version = "1.1.0" pmb_src = os.path.normpath(os.path.realpath(__file__) + "/../../..") apk_keys_path = pmb_src + "/pmb/data/keys"