From 13fead6b053048e50406e3c38133c72e93f1ec32 Mon Sep 17 00:00:00 2001 From: Patrick Marlow Date: Mon, 11 Sep 2023 14:31:29 -0500 Subject: [PATCH] fix: bump version to 1.8.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 159197df..22d9bc21 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name='dfcx-scrapi', - version='1.8.0', + version='1.8.1', description='A high level scripting API for bot builders, developers, and\ maintainers.', long_description=long_description,