Skip to content

Commit

Permalink
Update Release Version
Browse files Browse the repository at this point in the history
  • Loading branch information
armurox committed Nov 14, 2024
1 parent 7c691fb commit ad03f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ad03f8e

Please sign in to comment.