From 8057a2336de091b046db38f765def14fc0e6f53b Mon Sep 17 00:00:00 2001 From: w4ffl35 Date: Thu, 30 Mar 2023 20:45:12 -0600 Subject: [PATCH] bump version to 1.8.17 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bb6fd42..79b1a77 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,6 @@ include_package_data=True, python_requires=">=3.10.0", install_requires=[ - "aihandler==1.8.16", + "aihandler==1.8.17", ] )