From ef5d8b9b807f67067dc1214097abf01ddb7e551f Mon Sep 17 00:00:00 2001 From: kubi Date: Thu, 31 Oct 2024 13:00:44 -0700 Subject: [PATCH] bump version --- pydactyl/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pydactyl/constants.py b/pydactyl/constants.py index a854fba..0198228 100644 --- a/pydactyl/constants.py +++ b/pydactyl/constants.py @@ -1,6 +1,6 @@ """Pydactyl constants.""" -__version__ = '2.0.4' +__version__ = '2.0.5' USER_AGENT = 'Pydactyl/' + __version__ POWER_SIGNALS = ('start', 'stop', 'restart', 'kill')