diff --git a/plugin/__init__.py b/plugin/__init__.py index a88a310..12e217f 100644 --- a/plugin/__init__.py +++ b/plugin/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.1.6' +__version__ = '1.1.7' from . import * diff --git a/setup.cfg b/setup.cfg index 978ebb2..0adb1f9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.6 +current_version = 1.1.7 commit = True tag = True