From 6cf0b24c514e13e102c8a789269adf0a02f17653 Mon Sep 17 00:00:00 2001 From: Heli Aldridge Date: Thu, 25 Jul 2024 11:17:34 -0400 Subject: [PATCH] Bump to 0.11.4 --- mut/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'