From 1875372bf9f6dcd1995a32c4e50ff92aa45f9ea8 Mon Sep 17 00:00:00 2001 From: Gabo Date: Fri, 11 Oct 2024 11:53:59 +0200 Subject: [PATCH] Run once option --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f8874c9..49966d9 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ name=PROJECT_NAME, packages=["queue_processor"], package_dir={"": "src"}, - version="0.6", + version="0.7", url="https://github.com/huridocs/queue-processor", author="HURIDOCS", description="Manage queues on Uwazi services",