From 63b82eb3a7606eb9885a3dac762c1989e1e2673a Mon Sep 17 00:00:00 2001 From: Dwight Gunning Date: Mon, 11 Nov 2024 07:17:57 -0500 Subject: [PATCH] Bump version to 3.1.1 --- edgar/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edgar/__about__.py b/edgar/__about__.py index f90dccd..e68d384 100644 --- a/edgar/__about__.py +++ b/edgar/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2022-present Dwight Gunning # # SPDX-License-Identifier: MIT -__version__ = '3.1.0' +__version__ = '3.1.1'