From 50a26dcca4e06c147d383b2f41daadb47b88ed6d Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 3 Jan 2019 08:41:53 +0100 Subject: [PATCH] bump version to 1.1.1 Let's get these bug fixes into the next release. --- 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 1e9f4981..6d3a86c3 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.1.0" +version = "1.1.1" pmb_src = os.path.normpath(os.path.realpath(__file__) + "/../../..") apk_keys_path = pmb_src + "/pmb/data/keys"