We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc9b183 commit 4ad91efCopy full SHA for 4ad91ef
setup.py
@@ -11,7 +11,7 @@
11
url = f"https://github.com/armurox/loggingredactor/tree/{branch}"
12
13
# Get version from environment variable
14
-version = os.getenv('RELEASE_VERSION', '0.0.5') # Default to '0.0.5' if RELEASE_VERSION is not set
+version = os.getenv('RELEASE_VERSION', '0.0.6') # Default to '0.0.5' if RELEASE_VERSION is not set
15
# Get development status
16
split_version = version.split('-')
17
if len(split_version) == 2:
0 commit comments