From be2dfcc0daa67620a1c75418bc53a95a21c8b5fd Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Thu, 10 Jun 2021 16:19:44 -0600 Subject: [PATCH] Switch the core version number to v0.2.1a0 Becuase of a bonehead mistake on @gadomski's part, forgot to update this version number before pushing a tag for v0.2.0. Do'h. --- src/stactools/core/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stactools/core/__init__.py b/src/stactools/core/__init__.py index eb07a27f..cf207b0b 100644 --- a/src/stactools/core/__init__.py +++ b/src/stactools/core/__init__.py @@ -6,4 +6,4 @@ from stactools.core.layout import layout_catalog from stactools.core.merge import (merge_items, merge_all_items) -__version__ = "0.2.0" +__version__ = "0.2.1a0"