From ad03f8ed327ec3065873841efcadd607b56a07fd Mon Sep 17 00:00:00 2001 From: Arman Jasuja Date: Thu, 14 Nov 2024 21:42:04 +0400 Subject: [PATCH] Update Release Version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cd9a4ee..8f458f6 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ url = f"https://github.com/armurox/loggingredactor/tree/{branch}" # Get version from environment variable -version = os.getenv('RELEASE_VERSION', '0.0.1') # Default to '0.0.1' if RELEASE_VERSION is not set +version = os.getenv('RELEASE_VERSION', '0.0.2') # Default to '0.0.2' if RELEASE_VERSION is not set # Get development status split_version = version.split('-') if len(split_version) == 2: