From 1e66a2c905a26a3a28d84be571b9a48f17a6eef8 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Thu, 27 Jul 2023 15:42:29 +0100 Subject: [PATCH] Bump version to v0.6.0 for release --- src/auto_archiver/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/auto_archiver/version.py b/src/auto_archiver/version.py index 4683983..4b5fab7 100644 --- a/src/auto_archiver/version.py +++ b/src/auto_archiver/version.py @@ -1,9 +1,9 @@ _MAJOR = "0" -_MINOR = "5" +_MINOR = "6" # On main and in a nightly release the patch should be one ahead of the last # released build. -_PATCH = "28" +_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 = ""