From e94093b3985f4bbfa88b3c413f16391686163abd Mon Sep 17 00:00:00 2001 From: Moshe Schorr Date: Fri, 8 Sep 2023 14:39:41 +0200 Subject: [PATCH] Bump version to 2.2.7 since I now realize that I'm retrying the workflow with two new CRs so I might as well bump the version to include them in the notes instead of silently --- pybaseball/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pybaseball/version.py b/pybaseball/version.py index a7ecb802..90a1f38f 100644 --- a/pybaseball/version.py +++ b/pybaseball/version.py @@ -1 +1 @@ -__version__ = "2.2.6" +__version__ = "2.2.7"