From 67a6f91aec23ddbd8a256270af9491a4ad1b570d Mon Sep 17 00:00:00 2001 From: Abdul Fatir Date: Tue, 18 Nov 2025 10:52:56 +0100 Subject: [PATCH] Update version to 2.1.0rc1 for pre-release (#383) *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 8c0d5d5..5604250 100644 --- a/src/chronos/__about__.py +++ b/src/chronos/__about__.py @@ -1 +1 @@ -__version__ = "2.0.0" +__version__ = "2.1.0rc1"