From 20e59129ae897102e3bfcbcc1508b43ef19808a4 Mon Sep 17 00:00:00 2001 From: SigureMo Date: Thu, 16 Nov 2023 21:02:08 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20release:=20v1.5.0-alpha.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/cmakelint/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmakelint/__version__.py b/src/cmakelint/__version__.py index 15ea87d..20894de 100644 --- a/src/cmakelint/__version__.py +++ b/src/cmakelint/__version__.py @@ -1,3 +1,3 @@ from __future__ import annotations -VERSION = "1.5.0-alpha.0" +VERSION = "1.5.0-alpha.1"