From d55fb7d7bae2892d64316a83fc6e1fbbd320a979 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Wed, 20 Dec 2023 13:45:05 -0500 Subject: [PATCH] Actually bump version to 5.0.2 --- checkdmarc/_constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkdmarc/_constants.py b/checkdmarc/_constants.py index 3ed2c53..1e95505 100644 --- a/checkdmarc/_constants.py +++ b/checkdmarc/_constants.py @@ -18,7 +18,7 @@ See the License for the specific language governing permissions and limitations under the License.""" -__version__ = "5.0.1" +__version__ = "5.0.2" OS = platform.system() OS_RELEASE = platform.release()