Skip to content

Commit

Permalink
Explicitly change shebang to py3
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesls committed Sep 29, 2021
1 parent d09ceb9 commit af79991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bump-version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import sys
import re
import os
Expand Down

0 comments on commit af79991

Please sign in to comment.