From ff37447fb6767420dcca9ee6c5cd4c7d7c0fe050 Mon Sep 17 00:00:00 2001 From: tomvanmele Date: Mon, 21 Oct 2024 23:18:40 +0200 Subject: [PATCH] Bump version to 0.5.0 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- src/compas_cra/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86c13265..709577c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [0.5.0] 2024-10-21 ### Added diff --git a/pyproject.toml b/pyproject.toml index e42e146f..8b21280c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ doctest_optionflags = [ # ============================================================================ [tool.bumpversion] -current_version = "0.4.0" +current_version = "0.5.0" message = "Bump version to {new_version}" commit = true tag = true diff --git a/src/compas_cra/__init__.py b/src/compas_cra/__init__.py index 5c512ce9..5e4aded6 100644 --- a/src/compas_cra/__init__.py +++ b/src/compas_cra/__init__.py @@ -6,7 +6,7 @@ __copyright__ = "Gene Ting-Chun Kao" __license__ = "MIT License" __email__ = "kao@arch.ethz.ch, kao.gene@gmail.com" -__version__ = "0.4.0" +__version__ = "0.5.0" HERE = os.path.dirname(__file__)