Skip to content

Commit 65a5d09

Browse files
committed
version bump to 2.12.1
1 parent a890b1d commit 65a5d09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

anytree/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
"""Powerful and Lightweight Python Tree Data Structure."""
44

5-
__version__ = "2.12.0"
5+
__version__ = "2.12.1"
66
__author__ = "c0fec0de"
77
__author_email__ = "[email protected]"
88
__description__ = """Powerful and Lightweight Python Tree Data Structure."""

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "anytree"
3-
version = "2.12.0"
3+
version = "2.12.1"
44
description = "Powerful and Lightweight Python Tree Data Structure with various plugins"
55
authors = [
66
"c0fec0de <[email protected]>"

0 commit comments

Comments
 (0)