From 316f28504143c2e0b59d9bb595d348af4c155825 Mon Sep 17 00:00:00 2001 From: raphael60650 Date: Sat, 22 May 2021 19:18:39 +0200 Subject: [PATCH] updated version --- setup.py | 1 + version | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index bb1f58a..3d413cc 100644 --- a/setup.py +++ b/setup.py @@ -7,6 +7,7 @@ include_files = [ "./LICENSE", "./README.md", "./version", + "./ct_config.json", "./convert_file.json", "./fs.json", diff --git a/version b/version index ee6d04d..2e72c66 100644 --- a/version +++ b/version @@ -1,7 +1,7 @@ { - "version": "0.1", + "version": "0.2", "subversion": "0", "changelog": "", - "download_bin": "https://github.com/Faraphel/MKWF-Install/releases/download/0.1/MKWF.v0.1.zip", + "download_bin": "https://github.com/Faraphel/MKWF-Install/releases/download/0.2/MKWF.v0.2.zip", "updater_bin": "https://github.com/Faraphel/MKWF-Install/raw/master/Updater/Updater.zip" }