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"