From f0acee8ae00f63b96126fd755d42458972e97797 Mon Sep 17 00:00:00 2001 From: iamkubi Date: Mon, 13 Dec 2021 15:59:54 -0800 Subject: [PATCH] Bump version to 1.1.1 --- pydactyl/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pydactyl/constants.py b/pydactyl/constants.py index 6f6ad24..523a8b2 100644 --- a/pydactyl/constants.py +++ b/pydactyl/constants.py @@ -1,6 +1,6 @@ """Pydactyl constants.""" -__version__ = '1.1.0' +__version__ = '1.1.1' USER_AGENT = 'Pydactyl/' + __version__ POWER_SIGNALS = ('start', 'stop', 'restart', 'kill')