From 4a4bdfbb1d07ef004ddb9ff58417b895ea281736 Mon Sep 17 00:00:00 2001 From: Flowcept CI Bot Date: Fri, 25 Oct 2024 16:55:41 +0000 Subject: [PATCH] Flowcept CI Bot: bumping master version --- src/flowcept/version.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/flowcept/version.py b/src/flowcept/version.py index af651586..5b41d082 100644 --- a/src/flowcept/version.py +++ b/src/flowcept/version.py @@ -1,5 +1,8 @@ + +"""Version module.""" + # WARNING: CHANGE THIS FILE MANUALLY ONLY TO RESOLVE CONFLICTS! # This file is supposed to be automatically modified by the CI Bot. # The expected format is: .. # See .github/workflows/version_bumper.py -__version__ = "0.6.1" +__version__ = "0.6.2"