Skip to content

Commit

Permalink
Bump version to 2024.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svenseeberg committed Jan 30, 2024
1 parent 8ec21bd commit bc44d9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bc44d9c

Please sign in to comment.