diff --git a/CHANGELOG.md b/CHANGELOG.md index 2563b5f9..1cb88d3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.0.1] + + ## [0.0.1-rc9] - 2023-12-12 ### Added diff --git a/earthdaily/__init__.py b/earthdaily/__init__.py index b13deae8..a6342258 100644 --- a/earthdaily/__init__.py +++ b/earthdaily/__init__.py @@ -1,3 +1,3 @@ from . import earthdatastore, datasets -__version__ = "0.0.1-rc9" +__version__ = "0.0.1"