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" }