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