diff --git a/plugin/__init__.py b/plugin/__init__.py index 1909b7b..db2ea12 100644 --- a/plugin/__init__.py +++ b/plugin/__init__.py @@ -1,3 +1,3 @@ -__version__ = "2.0.4" +__version__ = "2.0.5" from . import * diff --git a/setup.cfg b/setup.cfg index c767487..39370bc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.4 +current_version = 2.0.5 commit = True tag = True