From 85129bf8137e500979a64a990be7592b01210347 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:00:52 +0200 Subject: [PATCH] build: bump version from 0.3.2 to 0.3.3 (#353) --- CITATION.cff | 4 ++-- aviary/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 61a669b5..953a8abd 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -20,5 +20,5 @@ keywords: - aerial-imagery - orthophotos license: GPL-3.0 -version: 0.3.2 -date-released: 2024-10-14 +version: 0.3.3 +date-released: 2024-10-17 diff --git a/aviary/__init__.py b/aviary/__init__.py index 6f90895e..f587ca16 100644 --- a/aviary/__init__.py +++ b/aviary/__init__.py @@ -27,4 +27,4 @@ 'WMSVersion', ] -__version__ = '0.3.2' +__version__ = '0.3.3'