From f2728f7fe3123eb286db473164abc98daba642e0 Mon Sep 17 00:00:00 2001 From: Philipp Temminghoff Date: Wed, 23 Oct 2024 09:08:08 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version=200.52.15=20=E2=86=92=200.52.16?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mknodes/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mknodes/__init__.py b/mknodes/__init__.py index 6eb8d715..8919523d 100644 --- a/mknodes/__init__.py +++ b/mknodes/__init__.py @@ -179,4 +179,4 @@ def parse(project=None, **kwargs): "MaterialTheme", ] -__version__ = "0.52.15" +__version__ = "0.52.16"