diff --git a/mut/__init__.py b/mut/__init__.py index fee46bd..350cbe9 100644 --- a/mut/__init__.py +++ b/mut/__init__.py @@ -1 +1 @@ -__version__ = "0.11.1" +__version__ = "0.11.4" diff --git a/pyproject.toml b/pyproject.toml index c2ab514..e70ee21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'poetry.core.masonry.api' [tool.poetry] name = 'mut' -version = '0.11.3' +version = '0.11.4' description = '' authors = ['Andrew Aldridge '] license = 'License :: OSI Approved :: Apache Software License'