From 8aade4ec82c55c2b5635f2d040cecb6d6af8c750 Mon Sep 17 00:00:00 2001 From: Mariatta Date: Wed, 11 Oct 2023 11:33:54 +0200 Subject: [PATCH] Update the version --- cherry_picker/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cherry_picker/__init__.py b/cherry_picker/__init__.py index bc80576..e5b82ab 100644 --- a/cherry_picker/__init__.py +++ b/cherry_picker/__init__.py @@ -1,2 +1,2 @@ """Backport CPython changes from main to maintenance branches.""" -__version__ = "2.1.0" +__version__ = "2.1.1"