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

Bump version to 0.3.0

parent 82f14b31
No related branches found
No related tags found
1 merge request!21v0.3.0: Compatibility with debian 12/python 11
Pipeline #30463 passed with warnings
__version__ = '0.2.7'
__version__ = '0.3.0'
[tool.poetry]
name = "ecs-core"
version = "0.2.7"
version = "0.3.0"
description = "Core agents of the CBM ECS"
authors = ["P.-A. Loizeau"]
license = "GPL-3.0-only"
......
......@@ -2,4 +2,4 @@ from ecs_core import __version__
def test_version() -> None:
assert __version__ == '0.2.7'
assert __version__ == '0.3.0'
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