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" }