From 11bc25b206de58281c01c12956cd2daffa3f3533 Mon Sep 17 00:00:00 2001 From: nicolasK Date: Wed, 22 Nov 2023 11:20:05 +0100 Subject: [PATCH] v0.0.1-rc7 --- CHANGELOG.md | 2 +- earthdaily/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 299c3c58..82717005 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. 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-rc7] - 2023-11-22 ### Fixed diff --git a/earthdaily/__init__.py b/earthdaily/__init__.py index a6342258..070efc99 100644 --- a/earthdaily/__init__.py +++ b/earthdaily/__init__.py @@ -1,3 +1,3 @@ from . import earthdatastore, datasets -__version__ = "0.0.1" +__version__ = "0.0.1-rc7"