diff --git a/CHANGELOG.md b/CHANGELOG.md index a096683..f83eaf1 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.2.0] 2024-10-01 ### Added diff --git a/pyproject.toml b/pyproject.toml index 0ddb38a..fe746ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ doctest_optionflags = [ # ============================================================================ [tool.bumpversion] -current_version = "0.1.0" +current_version = "0.2.0" message = "Bump version to {new_version}" commit = true tag = true diff --git a/src/compas_rui/__init__.py b/src/compas_rui/__init__.py index 2c0c7b8..2da41d8 100644 --- a/src/compas_rui/__init__.py +++ b/src/compas_rui/__init__.py @@ -7,7 +7,7 @@ __copyright__ = "ETH Zurich - Block Research Group" __license__ = "MIT License" __email__ = "tom.v.mele@gmail.com" -__version__ = "0.1.0" +__version__ = "0.2.0" HERE = os.path.dirname(__file__)