From 926aaf73d6e268e7f779ab6e5cc97125a7d725c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sp=C3=B6ttel?= <1682504+fspoettel@users.noreply.github.com> Date: Mon, 4 Jul 2022 16:43:48 +0200 Subject: [PATCH] Bump version to v0.3.0 for release --- geoclustering/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/geoclustering/version.py b/geoclustering/version.py index 2120dde..e75c837 100644 --- a/geoclustering/version.py +++ b/geoclustering/version.py @@ -1,8 +1,8 @@ _MAJOR = "0" -_MINOR = "2" +_MINOR = "3" # On main and in a nightly release the patch should be one ahead of the last # released build. -_PATCH = "1" +_PATCH = "0" # This is mainly for nightly builds which have the suffix ".dev$DATE". See # https://semver.org/#is-v123-a-semantic-version for the semantics. _SUFFIX = ""