From dfdf23020db7dcf1fc65e0e50e7319ac41f5fe72 Mon Sep 17 00:00:00 2001 From: Patrick Marlow Date: Wed, 9 Oct 2024 23:44:42 -0400 Subject: [PATCH] chore: bump to v1.12.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 83164041..4816e697 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name='dfcx-scrapi', - version='1.12.3', + version='1.12.4', description='A high level scripting API for bot builders, developers, and\ maintainers.', long_description=long_description,