From 7a3a1a2c9318956db012e0ea80495d90c28e3e6a Mon Sep 17 00:00:00 2001 From: tomvanmele Date: Wed, 15 May 2024 08:20:13 +0200 Subject: [PATCH] Bump version to 0.4.3 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- src/compas_model/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ba0174e..1aaf38fc 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.4.3] 2024-05-15 ### Added diff --git a/pyproject.toml b/pyproject.toml index 908686a5..7a81e95e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ doctest_optionflags = [ # ============================================================================ [tool.bumpversion] -current_version = "0.4.2" +current_version = "0.4.3" message = "Bump version to {new_version}" commit = true tag = true diff --git a/src/compas_model/__init__.py b/src/compas_model/__init__.py index d348504a..e10a067e 100644 --- a/src/compas_model/__init__.py +++ b/src/compas_model/__init__.py @@ -6,7 +6,7 @@ __copyright__ = "Block Research Group - ETH Zurich" __license__ = "MIT License" __email__ = "petrasvestartas@gmail.com" -__version__ = "0.4.2" +__version__ = "0.4.3" HERE = os.path.dirname(__file__)