From a68a93f8fcfae980eb935c89226f5d3a39996701 Mon Sep 17 00:00:00 2001 From: Chris van Run Date: Thu, 14 Dec 2023 11:48:12 +0100 Subject: [PATCH] Release v0.2.0 (#8) * Update HISTORY.md * Update pyproject.toml --- HISTORY.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index b112a41..da254a2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,6 @@ # History -## 0.1.0 (2021-12-14) +## 0.2.0 (2021-12-14) * Adds challenge packs, consisting of: * example upload algorithm diff --git a/pyproject.toml b/pyproject.toml index b23d129..84c1271 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "grand-challenge-forge" -version = "0.1.0" +version = "0.2.0" description = "Generation of challenge packs" license = "Apache-2.0" authors = ["Grand-Challenge support "]