diff --git a/dbcleanup_plugin.py b/dbcleanup_plugin.py index c75f29d..2041c38 100644 --- a/dbcleanup_plugin.py +++ b/dbcleanup_plugin.py @@ -24,7 +24,7 @@ from .cloud_providers import ProviderFactory from .utils import env_check -__version__ = "1.0.2" +__version__ = "1.0.3" log = logging.getLogger(__name__)