From f2110b34a1c7d6376b5df15a4643f7920c7fc77a Mon Sep 17 00:00:00 2001 From: mivanit Date: Wed, 19 Jul 2023 17:10:27 -0400 Subject: [PATCH] bump version to 0.5.0 --- muutils/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/muutils/__init__.py b/muutils/__init__.py index cd1ee63b..3d187266 100644 --- a/muutils/__init__.py +++ b/muutils/__init__.py @@ -1 +1 @@ -__version__ = "0.4.4" +__version__ = "0.5.0" diff --git a/pyproject.toml b/pyproject.toml index 4bcf17db..4844232e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "muutils" -version = "0.4.4" +version = "0.5.0" description = "A collection of miscellaneous python utilities" license = "GPL-3.0-only" authors = ["mivanit "]