Skip to content
Snippets Groups Projects
Commit cf0065af authored by Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau
Browse files

Bump version to 0.4.1

parent 82918f27
No related branches found
No related tags found
1 merge request!26v0.4.1 Changes from feedback after CHEP + from mFLES agent implementation
Pipeline #32013 passed
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
# SPDX-License-Identifier: GPL-3.0-only # SPDX-License-Identifier: GPL-3.0-only
# Authors: Pierre-Alain Loizeau [committer] # Authors: Pierre-Alain Loizeau [committer]
__version__ = '0.4.0' __version__ = '0.4.1'
[tool.poetry] [tool.poetry]
name = "ecs-core" name = "ecs-core"
version = "0.4.0" version = "0.4.1"
description = "Core agents of the CBM ECS" description = "Core agents of the CBM ECS"
authors = ["P.-A. Loizeau"] authors = ["P.-A. Loizeau"]
license = "GPL-3.0-only" license = "GPL-3.0-only"
......
...@@ -6,4 +6,4 @@ from ecs_core import __version__ ...@@ -6,4 +6,4 @@ from ecs_core import __version__
def test_version() -> None: def test_version() -> None:
assert __version__ == '0.4.0' assert __version__ == '0.4.1'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment