diff --git a/plugin/__init__.py b/plugin/__init__.py index 9f2bbe3..45612ee 100644 --- a/plugin/__init__.py +++ b/plugin/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.1.2' +__version__ = '1.1.3' from . import * diff --git a/setup.cfg b/setup.cfg index a7cbddd..1ac322c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.2 +current_version = 1.1.3 commit = True tag = True