Skip to content

Commit

Permalink
Bump version -> v0.6.1
Browse files Browse the repository at this point in the history
The last publish failed because pyproject.toml was out-of-sync before
the last bump. Now that everything is in sync, publish should work.

As a side note, we can't just re-tag because we've already published a
Zenodo release. We should decouple the Zenodo release from the package
publish. I.e. package publish is triggered by tag push, then Zenodo
is triggered by GH Release on the same tag, post- successful publish.
  • Loading branch information
mfisher87 committed Sep 20, 2023
1 parent b3572d7 commit e845255
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ keywords:
url: "https://earthaccess.readthedocs.io"
repository-code: "https://github.com/nsidc/earthaccess"

version: "0.6.0"
version: "0.6.1"
date-released: "2023-09-20"

authors:
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.5.4"
version = "0.6.1"
homepage = "https://github.com/nsidc/earthaccess"
description = "Client library for NASA Earthdata APIs"
authors = ["earthaccess contributors"]
Expand Down Expand Up @@ -79,7 +79,7 @@ build-backend = "poetry.masonry.api"


[tool.bumpversion]
current_version = "0.6.0"
current_version = "0.6.1"
commit = false
tag = false

Expand Down

0 comments on commit e845255

Please sign in to comment.