From 2896499580ae1c3c1944631c8e32fc67420f7fb9 Mon Sep 17 00:00:00 2001 From: Abdul Fatir Date: Tue, 16 Dec 2025 13:07:19 +0100 Subject: [PATCH] Update version to 2.2.1 (#435) *Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --- src/chronos/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chronos/__about__.py b/src/chronos/__about__.py index 8a124bf..b19ee4b 100644 --- a/src/chronos/__about__.py +++ b/src/chronos/__about__.py @@ -1 +1 @@ -__version__ = "2.2.0" +__version__ = "2.2.1"