From fc99ab6fb75913c629e8ffed516fe9a156e0edbe Mon Sep 17 00:00:00 2001 From: Ben Cumming Date: Tue, 3 Oct 2023 06:39:53 +0200 Subject: [PATCH] bump to v3 (#141) --- stackinator/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stackinator/__init__.py b/stackinator/__init__.py index bc29973..d7438c5 100644 --- a/stackinator/__init__.py +++ b/stackinator/__init__.py @@ -1,7 +1,7 @@ import logging import re -VERSION = "2.0" +VERSION = "3.0" root_logger = logging.getLogger("stackinator") stackinator_version_info = tuple(re.split(r"\.|-", VERSION))