From e411eb6e925504a4871e0bf6dd344faa34929576 Mon Sep 17 00:00:00 2001 From: iamkubi Date: Mon, 12 Sep 2022 11:59:32 -0700 Subject: [PATCH] Bump version to 1.2.0 --- pydactyl/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pydactyl/constants.py b/pydactyl/constants.py index 19a16fe..cfcd073 100644 --- a/pydactyl/constants.py +++ b/pydactyl/constants.py @@ -1,6 +1,6 @@ """Pydactyl constants.""" -__version__ = '1.1.6' +__version__ = '1.2.0' USER_AGENT = 'Pydactyl/' + __version__ POWER_SIGNALS = ('start', 'stop', 'restart', 'kill')