From 50e3ced16ee49fdbf4d5a23cc081708595009d7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 9 Jun 2023 03:14:55 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.4.1=20=E2=86=92=200.4.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93f1b7d..2d82190 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.4.2 (2023-06-09) + +### Fix + +- **CHANGELOG.md**: fix typo in CHANGELOG + ## v0.4.1 (2023-06-09) ### Fix diff --git a/pyproject.toml b/pyproject.toml index bfb75ed..82e6adf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ branch = true [tool.poetry] name = "carpet-concentrations" -version = "0.4.1" +version = "0.4.2" description = "Core tools for the development of greenhouse gas concentration input files (i.e. flying carpets)." authors = ["Zebedee Nicholls "] readme = "README.md" @@ -12,7 +12,7 @@ packages = [{include = "carpet_concentrations", from = "src"}] license = "BSD-3-Clause" [tool.commitizen] -version = "0.4.1" +version = "0.4.2" version_files = ["pyproject.toml:^version"] tag_format = "v$version" major_version_zero = true