From 133761a90145f77971a08c49bfc7cca318b2df9b Mon Sep 17 00:00:00 2001 From: Lorenzo Stella Date: Wed, 4 Dec 2024 18:35:22 +0100 Subject: [PATCH] Bump version number to 1.4.1 (#228) By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 89de607..0980084 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "chronos-forecasting" -version = "1.4.0" +version = "1.4.1" authors = [ { name="Abdul Fatir Ansari", email="ansarnd@amazon.com" }, { name="Lorenzo Stella", email="stellalo@amazon.com" },