From 1e88195d3d69d26461fea17c91a14f65143a64a5 Mon Sep 17 00:00:00 2001 From: Patrick Marlow Date: Tue, 20 Feb 2024 09:25:13 -0600 Subject: [PATCH] chore: bump to v1.10.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a0f6af29..18c6e067 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name='dfcx-scrapi', - version='1.10.3', + version='1.10.4', description='A high level scripting API for bot builders, developers, and\ maintainers.', long_description=long_description,