Skip to content

Commit

Permalink
bump: version 0.4.1 → 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 9, 2023
1 parent 5112dec commit 50e3ced
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ 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 <zebedee.nicholls@climate-resource.com>"]
readme = "README.md"
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
Expand Down

0 comments on commit 50e3ced

Please sign in to comment.