Skip to content

Commit

Permalink
fix: Update setup.py fallback version to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewcasale committed Dec 17, 2024
1 parent a0da24a commit e0b57a1
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 @@ -17,7 +17,7 @@ def get_version():
pass

# Fallback to hardcoded version if file not found
return "0.1.5"
return "0.1.7"


setup(
Expand Down

0 comments on commit e0b57a1

Please sign in to comment.