From b2831dc39803b106450021eb8b192410254cf9ad Mon Sep 17 00:00:00 2001 From: Sebastian Winter Date: Tue, 10 Dec 2024 13:27:26 +0100 Subject: [PATCH] Bump version number to 0.1.0 --- CHANGELOG.md | 16 ++-------------- CITATION.cff | 2 ++ docs/source/conf.py | 2 +- 3 files changed, 5 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a685a4..5650625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,25 +8,13 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e -/- -## [0.1.0] - 2024-MM-DD +## [0.1.0] - 2024-12-10 -### Changed -* -/- - -### Added -* -/- - -### Removed -* -/- - -### Dependencies -* -/- +* Initial release. ## [0.0.1] - 2023-02-21 -* Initial release - ### Added * added this diff --git a/CITATION.cff b/CITATION.cff index 137f1c8..e7ad457 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -27,3 +27,5 @@ keywords: - Active Learning - Extreme Response license: MIT +url: "https://github.com/dnv-opensource/axtreme" +version: 0.1.0 diff --git a/docs/source/conf.py b/docs/source/conf.py index c749c87..70935cd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ author = "Sebastian Winter, Kristoffer Skare" # The full version, including alpha/beta/rc tags -release = "0.0.1" +release = "0.1.0" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration