Merge pull request #741 from aaether32323/executable_release_py

Fix shebang for release.py and make it executable
This commit is contained in:
cyian-1756 2018-06-25 00:01:54 -04:00 committed by GitHub
commit 5b6c6388ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
release.py Normal file → Executable file
View File

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