Skip to content

Commit

Permalink
update version to 0.4.1 (#91)
Browse files Browse the repository at this point in the history
* update version to 0.4.1

* fix(docs): capitalization in CHANGELOG

---------

Co-authored-by: Pete Gadomski <pete.gadomski@gmail.com>
  • Loading branch information
ircwaves and gadomski authored Mar 6, 2024
1 parent 303660e commit 3656cbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Fixed

- ([#90](https://github.com/stac-utils/stac-task/pull/90)) block asset_io
- ([#90](https://github.com/stac-utils/stac-task/pull/90)) Block asset_io
module from reaching out to upstream stac APIs (especially on NASA Wednesdays
`transform_hrefs=False`)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "stactask"
version = "0.4.0"
version = "0.4.1"
authors = [{ name = "Matthew Hanson", email = "matt.a.hanson@gmail.com" }]
maintainers = [{ name = "Pete Gadomski", email = "pete.gadomski@gmail.com" }]
description = "Class interface for running custom algorithms and workflows on STAC Items"
Expand Down

0 comments on commit 3656cbb

Please sign in to comment.