From 4576296a5f917e354e5cd97df8124dbb9b8cc5f9 Mon Sep 17 00:00:00 2001 From: Martin Wendt Date: Thu, 12 Sep 2024 13:32:12 +0200 Subject: [PATCH] Bump version to 0.9.0 --- nutree/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nutree/__init__.py b/nutree/__init__.py index 013e163..4c6f2d2 100644 --- a/nutree/__init__.py +++ b/nutree/__init__.py @@ -16,7 +16,7 @@ """ # flake8: noqa -__version__ = "0.8.1-a1" +__version__ = "0.9.0" from .common import ( AmbiguousMatchError,