From fa57685e36a26522791f2cba1c10385d7cf3e0f8 Mon Sep 17 00:00:00 2001 From: JoschD <26184899+JoschD@users.noreply.github.com> Date: Wed, 29 Nov 2023 18:00:39 +0100 Subject: [PATCH] bumpversion --- turn_by_turn/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turn_by_turn/__init__.py b/turn_by_turn/__init__.py index c7f8f39..4c901a6 100644 --- a/turn_by_turn/__init__.py +++ b/turn_by_turn/__init__.py @@ -5,7 +5,7 @@ __title__ = "turn_by_turn" __description__ = "Read and write turn-by-turn measurement files from different particle accelerator formats." __url__ = "https://github.com/pylhc/turn_by_turn" -__version__ = "0.5.0" +__version__ = "0.6.0" __author__ = "pylhc" __author_email__ = "pylhc@github.com" __license__ = "MIT"