diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c20dab..661875b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ number as needed. ## [Unreleased] +## [0.2.3] + +### Fixed + +- Metadata in setup.cfg ([#28](https://github.com/stactools-packages/goes-glm/pull/28)) + ## [0.2.2] ### Added diff --git a/src/stactools/goes_glm/__init__.py b/src/stactools/goes_glm/__init__.py index 2f1818e..64e884c 100644 --- a/src/stactools/goes_glm/__init__.py +++ b/src/stactools/goes_glm/__init__.py @@ -14,4 +14,4 @@ def register_plugin(registry: Registry) -> None: registry.register_subcommand(commands.create_goesglm_command) -__version__ = "0.2.2" +__version__ = "0.2.3"