diff --git a/README.md b/README.md index b6393dfb3..b672623f2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![image](https://img.shields.io/badge/pypi-v2.3.0-blue.svg)](https://pypi.org/project/dcspy/) +[![image](https://img.shields.io/badge/pypi-v2.3.1-blue.svg)](https://pypi.org/project/dcspy/) [![Python CI](https://github.com/emcek/dcspy/actions/workflows/python-ci.yml/badge.svg?branch=master)](https://github.com/emcek/dcspy/actions/workflows/python-ci.yml) [![Coverage Status](https://coveralls.io/repos/github/emcek/dcspy/badge.svg?branch=master)](https://coveralls.io/github/emcek/dcspy?branch=master) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/5270a4fc2ba24261a3bfa7361150e8ff)](https://www.codacy.com/gh/emcek/dcspy/dashboard?utm_source=github.com&utm_medium=referral&utm_content=emcek/dcspy&utm_campaign=Badge_Grade) diff --git a/dcspy.spec b/dcspy.spec index 12e3f83ac..3a2271a8a 100644 --- a/dcspy.spec +++ b/dcspy.spec @@ -6,7 +6,7 @@ logi_sdk = ['LogitechLCDLib.h', 'LogitechLEDLib.h'] files = [(f'dcspy/{res}', 'dcspy') for res in resources] headers = [(f'dcspy/sdk/{head}', 'dcspy/sdk') for head in logi_sdk] gui_packages = collect_data_files('customtkinter') + collect_data_files('CTkMessagebox') -__version__ = '2.3.0' +__version__ = '2.3.1' block_cipher = None diff --git a/dcspy/run.py b/dcspy/run.py index c6914ea74..47d0caa47 100644 --- a/dcspy/run.py +++ b/dcspy/run.py @@ -8,7 +8,7 @@ from dcspy.utils import check_dcs_ver LOG = getLogger(__name__) -__version__ = '2.3.0' +__version__ = '2.3.1' def run() -> None: diff --git a/dcspy/starter.py b/dcspy/starter.py index dbe66b4e8..563e92374 100644 --- a/dcspy/starter.py +++ b/dcspy/starter.py @@ -14,7 +14,7 @@ LOG = getLogger(__name__) LOOP_FLAG = True -__version__ = '2.3.0' +__version__ = '2.3.1' def _handle_connection(logi_keyboard: LogitechKeyboard, parser: ProtocolParser, sock: socket.socket, ver_string: str, event: Event) -> None: diff --git a/dcspy/tk_gui.py b/dcspy/tk_gui.py index 72b8c79f5..539e71c8c 100644 --- a/dcspy/tk_gui.py +++ b/dcspy/tk_gui.py @@ -28,7 +28,7 @@ is_git_exec_present, proc_is_running, run_pip_command, save_cfg) -__version__ = '2.3.0' +__version__ = '2.3.1' LOG = getLogger(__name__) diff --git a/dcspy/utils.py b/dcspy/utils.py index 3aa45b770..3ab394f4b 100644 --- a/dcspy/utils.py +++ b/dcspy/utils.py @@ -24,7 +24,7 @@ pass LOG = getLogger(__name__) -__version__ = '2.3.0' +__version__ = '2.3.1' ConfigDict = Dict[str, Union[str, int, bool]] defaults_cfg: ConfigDict = { 'dcsbios': f'D:\\Users\\{environ.get("USERNAME", "UNKNOWN")}\\Saved Games\\DCS.openbeta\\Scripts\\DCS-BIOS', diff --git a/dcspy_cli.spec b/dcspy_cli.spec index 94fcefc25..5d0d1f12c 100644 --- a/dcspy_cli.spec +++ b/dcspy_cli.spec @@ -6,7 +6,7 @@ logi_sdk = ['LogitechLCDLib.h', 'LogitechLEDLib.h'] files = [(f'dcspy/{res}', 'dcspy') for res in resources] headers = [(f'dcspy/sdk/{head}', 'dcspy/sdk') for head in logi_sdk] gui_packages = collect_data_files('customtkinter') + collect_data_files('CTkMessagebox') -__version__ = '2.3.0' +__version__ = '2.3.1' block_cipher = None diff --git a/dcspy_onedir.spec b/dcspy_onedir.spec index c2565f8ab..a744725a5 100644 --- a/dcspy_onedir.spec +++ b/dcspy_onedir.spec @@ -6,7 +6,7 @@ logi_sdk = ['LogitechLCDLib.h', 'LogitechLEDLib.h'] files = [(f'dcspy/{res}', 'dcspy') for res in resources] headers = [(f'dcspy/sdk/{head}', 'dcspy/sdk') for head in logi_sdk] gui_packages = collect_data_files('customtkinter') + collect_data_files('CTkMessagebox') -__version__ = '2.3.0' +__version__ = '2.3.1' block_cipher = None