From 4ed3065b0bf899504cb7bc571338cac6de679365 Mon Sep 17 00:00:00 2001 From: Versun Date: Sat, 28 Dec 2024 20:07:14 +0800 Subject: [PATCH] chore: bump version to 0.1.4 This change updates the version number in the __version__.py file to reflect the new release version. --- aicmt/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aicmt/__version__.py b/aicmt/__version__.py index 6d1f1c8..ab1bdd5 100644 --- a/aicmt/__version__.py +++ b/aicmt/__version__.py @@ -1 +1 @@ -VERSION = "0.1.3" +VERSION = "0.1.4"