From 65a5d09ce0a592a80918f094ec3fa48b7faca250 Mon Sep 17 00:00:00 2001 From: c0fec0de Date: Thu, 16 Nov 2023 22:49:07 +0100 Subject: [PATCH] version bump to 2.12.1 --- anytree/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anytree/__init__.py b/anytree/__init__.py index 170f9dd..5088206 100644 --- a/anytree/__init__.py +++ b/anytree/__init__.py @@ -2,7 +2,7 @@ """Powerful and Lightweight Python Tree Data Structure.""" -__version__ = "2.12.0" +__version__ = "2.12.1" __author__ = "c0fec0de" __author_email__ = "c0fec0de@gmail.com" __description__ = """Powerful and Lightweight Python Tree Data Structure.""" diff --git a/pyproject.toml b/pyproject.toml index ce2728c..d329ac9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "anytree" -version = "2.12.0" +version = "2.12.1" description = "Powerful and Lightweight Python Tree Data Structure with various plugins" authors = [ "c0fec0de "