ci: fix __init__.py version quotes

This commit is contained in:
Nicolas Giard 2022-03-14 18:07:45 -04:00 committed by NGPixel
parent e6584bb717
commit 90b28957bb
No known key found for this signature in database
GPG key ID: 8FDA2F1757F60D63

View file

@ -4,8 +4,9 @@
from . import checks # pyflakes:ignore from . import checks # pyflakes:ignore
# Version must stay in single quotes for automatic CI replace
# Don't add patch number here: # Don't add patch number here:
__version__ = "7.46.1.dev0" __version__ = '7.46.1.dev0'
# set this to ".p1", ".p2", etc. after patching # set this to ".p1", ".p2", etc. after patching
__patch__ = "" __patch__ = ""