From 1c01db86c3d18512c86d90aba948b44751dd1c33 Mon Sep 17 00:00:00 2001 From: Javier Ciberman Mora Date: Mon, 7 Nov 2022 20:34:16 -0300 Subject: [PATCH] Bump version and fix build bug --- setup.py | 2 +- src/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6a3d3a7..84751b4 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ ], "include_files": [ "res/", - "LICENSE.txt", + "LICENCE.txt", ], "bin_includes": [ # Required for dlib: diff --git a/src/constants.py b/src/constants.py index 4ad04ed..c9e3fb9 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,7 +2,7 @@ import os -app_version = "1.2.0" # Any semver is fine +app_version = "1.2.1" # Any semver is fine app_name = "Phantom Desktop" app_description = "Phantom Desktop" # This is shown in the task manager so it should be short app_repo_url = "https://github.com/jhm-ciberman/phantom-desktop"