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"