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