fix version regex
This commit is contained in:
parent
373f8e2245
commit
03bb25be06
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ source.include_exts = py,png,jpg,kv,atlas
|
|||
#source.exclude_patterns = license,images/*/*.jpg
|
||||
|
||||
# (str) Application versioning (method 1)
|
||||
version.regex = __version__ = ['"](.*)'['"]
|
||||
version.regex = __version__ = ['"](.*)['"]
|
||||
version.filename = %(source.dir)s/main.py
|
||||
|
||||
# (str) Application versioning (method 2)
|
||||
|
|
Loading…
Reference in a new issue