mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Fix bump script for double quotes
This commit is contained in:
parent
4d340dc029
commit
e2e074a3fd
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ def write_version(version: Version):
|
|||
sub(
|
||||
"esphome/const.py",
|
||||
r"^PATCH_VERSION = .*$",
|
||||
f"PATCH_VERSION = '{version.full_patch}'",
|
||||
f'PATCH_VERSION = "{version.full_patch}"',
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue