Skip to content

Commit

Permalink
set version tag to 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Sep 6, 2024
1 parent 2e6a428 commit 9e02eb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. The format

## [Unreleased]

## [9.0.0] - 2024-09-06

### Added
- Add `Region.astype(dtype=None)` to copy and cast the region arrays to a specified type.
- Add `Field(..., dtype=None)` to cast the array with field values to a specified type.
Expand Down
2 changes: 1 addition & 1 deletion src/felupe/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "9.0.0-dev"
__version__ = "9.0.0"

0 comments on commit 9e02eb9

Please sign in to comment.