Skip to content

Commit

Permalink
prepare v0.4.0 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
leifdenby authored Nov 18, 2024
1 parent a283eff commit 8e7a5bc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## vX.X.X
## v0.4.0

This release adds support for defining the output path in the command line
interface and addresses bugs around optional dependencies for
`dask.distributed`.

### Added

Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
[project]
name = "mllam-data-prep"
version = "0.3.0"
version = "0.4.0"
description = "dataset preparation for data-driven weather models"
authors = [
{name = "Leif Denby", email = "lcd@dmi.dk"},
{name = "Hauke Schulz", email = "has@dmi.dk"},
{name = "Emy Alerskans", email = "ea@dmi.dk"},
{name = "Eleni Briola", email = "elb@dmi.dk"},
]
dependencies = [
"xarray>=2024.2.0",
Expand Down

0 comments on commit 8e7a5bc

Please sign in to comment.