Fix shebang for release.py and make it executable

This commit is contained in:
Aman 2018-06-24 21:29:20 -04:00
parent a855957ab1
commit ca11f35df8
1 changed files with 1 additions and 1 deletions

2
release.py Normal file → Executable file
View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import re