From b7feec2184123b054df4a54c4e2a8fcd531d5547 Mon Sep 17 00:00:00 2001 From: branberry Date: Tue, 18 Jul 2023 17:42:19 -0500 Subject: [PATCH] Prep for v0.10.5 release --- 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 1f4c4d4..a67aac0 100644 --- a/mut/__init__.py +++ b/mut/__init__.py @@ -1 +1 @@ -__version__ = "0.10.1" +__version__ = "0.10.5" diff --git a/pyproject.toml b/pyproject.toml index f705981..494265f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'poetry.core.masonry.api' [tool.poetry] name = 'mut' -version = '0.10.3' +version = '0.10.5' description = '' authors = ['Andrew Aldridge '] license = 'License :: OSI Approved :: Apache Software License'