From d6b20c1dbbeb646948f3cf480ef90daf5b04322f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 17:03:16 +0000 Subject: [PATCH] Update release version to v0.4.13 --- harmony/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harmony/__init__.py b/harmony/__init__.py index 5250395..c24c6e4 100644 --- a/harmony/__init__.py +++ b/harmony/__init__.py @@ -1,5 +1,5 @@ # Automatically updated by `make build` -__version__ = "0.4.12" +__version__ = "0.4.13" from harmony.config import Environment from harmony.harmony import BBox, Client, Collection, LinkType, Dimension