Skip to content

Commit

Permalink
bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
betolink committed Feb 28, 2024
1 parent 8273890 commit d7ad022
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ keywords:
url: "https://earthaccess.readthedocs.io"
repository-code: "https://github.com/nsidc/earthaccess"

version: "0.8.2"
date-released: "2023-12-06"
version: "0.9.0"
date-released: "2024-02-28"

authors:
- family-names: "Barrett"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "earthaccess"
version = "0.8.2"
version = "0.9.0"
homepage = "https://github.com/nsidc/earthaccess"
description = "Client library for NASA Earthdata APIs"
authors = ["earthaccess contributors"]
Expand Down Expand Up @@ -110,7 +110,7 @@ combine-as-imports = true


[tool.bumpversion]
current_version = "0.8.2"
current_version = "0.9.0"
commit = false
tag = false

Expand Down

0 comments on commit d7ad022

Please sign in to comment.