From c7b5a4f4b26f73026c386123c0d86ed283df7cad Mon Sep 17 00:00:00 2001 From: Ellen Marie Dash Date: Mon, 20 Nov 2023 17:34:21 -0500 Subject: [PATCH] Version bump to v7.0.2. --- bork/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bork/version.py b/bork/version.py index a891859..c841640 100644 --- a/bork/version.py +++ b/bork/version.py @@ -1,4 +1,4 @@ # This file should only ever be modified to change the version. # This will automatically prepare and create a release. -__version__ = '7.0.1' +__version__ = '7.0.2'