From 4a1b6421bc6c78ef6c3b09ca4bbffe0affffeb40 Mon Sep 17 00:00:00 2001 From: mivanit Date: Mon, 13 May 2024 22:26:13 -0600 Subject: [PATCH] bump version to 0.5.10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1ac374c0..ddc560cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "muutils" -version = "0.5.9" +version = "0.5.10" description = "A collection of miscellaneous python utilities" license = "GPL-3.0-only" authors = ["mivanit "]