bump version to 1.0.1

I'll tag a new version, because installing with pip is fixed now.
This commit is contained in:
Oliver Smith 2018-10-09 04:35:03 +00:00
parent 120822aa2f
commit 1e495baa3c
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ from pmb.config.merge_with_args import merge_with_args
#
# Exported variables (internal configuration)
#
version = "1.0.0"
version = "1.0.1"
pmb_src = os.path.normpath(os.path.realpath(__file__) + "/../../..")
apk_keys_path = pmb_src + "/pmb/data/keys"