Skip to content

Commit

Permalink
Update metadata for piwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
armurox committed Nov 14, 2024
1 parent 4ee707f commit 5e1a946
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.3') # Default to '0.0.1' if RELEASE_VERSION is not set
# Get development status
split_version = version.split('-')
if len(split_version) == 2:
Expand Down

0 comments on commit 5e1a946

Please sign in to comment.