From a034d5a0109043c5b12937c3f94a913621b60f02 Mon Sep 17 00:00:00 2001 From: Faisal Shahzad <84210709+seowings@users.noreply.github.com> Date: Sun, 24 Sep 2023 11:42:43 +0200 Subject: [PATCH] Change Version to 0.0.2 --- 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 ca33509..4e795ed 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 = 1 +VERSION_REVISION = 2 VERISON = f"{VERSION_MAJOR}.{VERSION_MINOR}.{VERSION_REVISION}" # -pre-alpha" SHARE_FOLDER_PATH = Path(