fix bump-version script

This commit is contained in:
Pavel Zwerschke 2024-05-11 10:27:54 +02:00
parent 422cf05f15
commit 318226d7cb
No known key found for this signature in database
GPG key ID: 43E091FBB4E98046

View file

@ -1,8 +1,8 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
import argparse import argparse
import time
import re import re
import time
from subprocess import run from subprocess import run