From b7b2d8c5d90bfc39144111c853a304f61759b78e Mon Sep 17 00:00:00 2001 From: Dwight Gunning Date: Wed, 11 Oct 2023 12:10:56 -0400 Subject: [PATCH] Bump version to 2.2.4 --- edgar/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edgar/__about__.py b/edgar/__about__.py index 71a8234c..c2460048 100644 --- a/edgar/__about__.py +++ b/edgar/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2022-present Dwight Gunning # # SPDX-License-Identifier: MIT -__version__ = '2.2.3' +__version__ = '2.2.4'