From 11c5eb37a27b79fe6cfc8a78fc67c98d15b3ccba Mon Sep 17 00:00:00 2001 From: mivanit Date: Sun, 9 Jun 2024 01:02:51 -0700 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ddc560cf..6a73c99d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "muutils" -version = "0.5.10" +version = "0.5.11" description = "A collection of miscellaneous python utilities" license = "GPL-3.0-only" authors = ["mivanit "]