From 268610ef283da2922f716c8e6d8eae6a80dcb370 Mon Sep 17 00:00:00 2001 From: tomvanmele Date: Mon, 3 Feb 2025 16:53:38 +0100 Subject: [PATCH] Bump version to 0.5.0 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- src/compas_rv/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b56d4d8..8efd02a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.4.12] 2025-01-30 -## Unreleased +## [0.5.0] 2025-02-03 ### Added diff --git a/pyproject.toml b/pyproject.toml index b1677d0..0cb17dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ doctest_optionflags = [ # ============================================================================ [tool.bumpversion] -current_version = "0.4.12" +current_version = "0.5.0" message = "Bump version to {new_version}" commit = true tag = true diff --git a/src/compas_rv/__init__.py b/src/compas_rv/__init__.py index 5c76636..f3440b3 100644 --- a/src/compas_rv/__init__.py +++ b/src/compas_rv/__init__.py @@ -5,7 +5,7 @@ __copyright__ = "ETH Zurich - Block Research Group" __license__ = "MIT License" __email__ = "tom.v.mele@gmail.com" -__version__ = "0.4.12" +__version__ = "0.5.0" HERE = os.path.dirname(__file__)