Skip to content

Commit

Permalink
Release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Jul 9, 2024
1 parent 1a6a920 commit 91e880a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.4.0] - 2024-07.07
## [0.4.1] - 2024-07-09

### Fixed

* Fix multichannel processing in fallback function

## [0.4.0] - 2024-07-07

### Added

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "numpy-rms"
authors = [
{name = "Iver Jordal"}
]
version = "0.4.0"
version = "0.4.1"
description = "A fast python library for calculating the RMS of a NumPy array"
dependencies = [
"cffi>=1.0.0",
Expand Down

0 comments on commit 91e880a

Please sign in to comment.