ci: fix __init__.py version quotes

This commit is contained in:
Nicolas Giard 2022-03-14 18:07:45 -04:00 committed by GitHub
parent 369a5b9f1a
commit 86a3895ab9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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