From 3189a7c28f0d37933dd1c8ad5e09e2aabcc82340 Mon Sep 17 00:00:00 2001 From: Patrick Marlow Date: Tue, 29 Oct 2024 11:56:24 -0500 Subject: [PATCH] chore: bump to v1.12.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4816e697..3224edce 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name='dfcx-scrapi', - version='1.12.4', + version='1.12.5', description='A high level scripting API for bot builders, developers, and\ maintainers.', long_description=long_description,