From ba59f8d818a329d5dd2beaebe90291e846908860 Mon Sep 17 00:00:00 2001 From: Martin Wendt Date: Sun, 28 May 2023 07:57:59 +0200 Subject: [PATCH] Bump version to 0.5.0 --- nutree/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nutree/__init__.py b/nutree/__init__.py index b89ec79..fb42073 100644 --- a/nutree/__init__.py +++ b/nutree/__init__.py @@ -15,7 +15,7 @@ "3.0.0a4" seems not to work in this case! """ # flake8: noqa -__version__ = "0.4.1-a1" +__version__ = "0.5.0" from .common import ( AmbiguousMatchError,