From cb075e203f88a66e8d00238e22f6310fce38aab4 Mon Sep 17 00:00:00 2001 From: imbeacon Date: Tue, 5 Nov 2024 13:37:41 +0200 Subject: [PATCH] Version updated --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b4aac81..c92973c 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ with open(path.join(this_directory, 'README.md')) as f: long_description = f.read() -VERSION = "1.10.9" +VERSION = "1.10.10" setup( version=VERSION,