From 5e16e539914d1eaed679b9319e367a49392db305 Mon Sep 17 00:00:00 2001 From: Marco Roda Date: Thu, 13 Nov 2025 15:30:22 +0000 Subject: [PATCH] Tag update --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 78f0b00..d1a57d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = ["setuptools>=61.0"] [project] name = "elisa_client_api" description = "Enables sending of messages to the Elisa logbook" -version = "1.0.0" +version = "2.0.0" readme = "docs/README.md" requires-python = ">=3.6" urls = { "homepage" = "https://github.com/DUNE-DAQ/elisa_client_api" }