make versionbump executable

This commit is contained in:
Paul Gauthier 2023-10-18 09:35:32 -07:00
parent 5b494a114e
commit 360e008964

2
scripts/versionbump.py Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/env python
import argparse
import re
import subprocess