From ba5f3704ace2c265b1064453717a424f76d4d19b Mon Sep 17 00:00:00 2001 From: Faisal Shahzad <84210709+seowings@users.noreply.github.com> Date: Sun, 24 Sep 2023 19:36:22 +0200 Subject: [PATCH] updated version for pypi release #27 --- src/staticwordpress/core/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/staticwordpress/core/constants.py b/src/staticwordpress/core/constants.py index 4e795ed..15a369c 100644 --- a/src/staticwordpress/core/constants.py +++ b/src/staticwordpress/core/constants.py @@ -38,7 +38,7 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 -VERSION_REVISION = 2 +VERSION_REVISION = 3 VERISON = f"{VERSION_MAJOR}.{VERSION_MINOR}.{VERSION_REVISION}" # -pre-alpha" SHARE_FOLDER_PATH = Path(