diff --git a/src/helper.py b/src/helper.py index ead583f..7022a54 100644 --- a/src/helper.py +++ b/src/helper.py @@ -17,7 +17,7 @@ import json import logging -VERSION = "v2024-07-17" +VERSION = "v2024-10-14" UPDATEURL = 'https://api.github.com/repos/dseichter/AWSManager/releases/latest' RELEASES = 'https://github.com/dseichter/AWSManager/releases' NAME = 'AWSManager' diff --git a/src/requirements.txt b/src/requirements.txt index d6732a9..64879ef 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,5 +1,5 @@ wxPython==4.2.2; sys_platform != "linux" -https://github.com/dseichter/wxpython-whl/releases/download/4.2.1/wxPython-4.2.1-cp312-cp312-linux_x86_64.whl; sys_platform == "linux" +https://github.com/dseichter/wxpython-whl/releases/download/4.2.2/wxPython-4.2.2-cp312-cp312-linux_x86_64.whl; sys_platform == "linux" urllib3==2.2.3 pyinstaller==6.10.0 boto3==1.35.39