Skip to content

Commit 4ad91ef

Browse files
committed
Minor comment fix in setup.py
1 parent bc9b183 commit 4ad91ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
url = f"https://github.com/armurox/loggingredactor/tree/{branch}"
1212

1313
# 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
14+
version = os.getenv('RELEASE_VERSION', '0.0.6') # Default to '0.0.5' if RELEASE_VERSION is not set
1515
# Get development status
1616
split_version = version.split('-')
1717
if len(split_version) == 2:

0 commit comments

Comments
 (0)