Update the setup PR

This commit is contained in:
2022-05-30 21:47:30 +02:00
parent efdbd8fc11
commit bc32af501b
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class SetupVersion:
def update_addon_init(self):
"""Simple function to update the bl_info to set the Git tag release"""
regex, update = r'[0-9]{1,2}\, [0-9]{1,2}\, [0-9{1,2}]', ''
regex, update = r'[0-9]{1,2}\, [0-9]{1,2}\, [0-9]{1,2}', ''
try:
with open(self.addon_file, "r") as f: