From bc44d9c309f547006a969122718a76bb82ad8517 Mon Sep 17 00:00:00 2001 From: Sven Seeberg Date: Tue, 30 Jan 2024 09:08:07 +0100 Subject: [PATCH] Bump version to 2024.1.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1a8e32c..144394d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "opendrift-leeway-webgui" description = "Web GUI for Leeway simulations with OpenDrift" -version = "2022.12.0" +version = "2024.1.0" readme = "README.md" requires-python = ">=3.8" keywords = ["OpenDrift", "Leeway", "SAR", "Search", "Rescue", "Simulation", "Drift"] @@ -59,7 +59,7 @@ opendrift_leeway_webgui = [ skip-magic-trailing-comma = true [tool.bumpver] -current_version = "2022.12.0" +current_version = "2024.1.0" version_pattern = "YYYY.MM.INC0[-TAG]" commit_message = "Bump version to {new_version}" commit = true