From c52f5e1653a2ee777e64a76b9b9506bb1f1cb58c Mon Sep 17 00:00:00 2001 From: David Huggins-Daines Date: Mon, 2 Dec 2024 23:04:24 -0500 Subject: [PATCH] chore: version bump --- playa/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playa/__init__.py b/playa/__init__.py index 5761c8bf..e49f60c9 100644 --- a/playa/__init__.py +++ b/playa/__init__.py @@ -20,7 +20,7 @@ from playa.document import Document, LayoutDict, schema as schema # noqa: F401 from playa.page import DeviceSpace -__version__ = "0.2.3" +__version__ = "0.2.4" fieldnames = LayoutDict.__annotations__.keys()