Skip to content

Commit

Permalink
update plugin launcher version to make things ready for tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhendricks committed May 18, 2022
1 parent b1d65ff commit f430459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resource_Files/plugin_launchers/python/wrapper.py
Expand Up @@ -49,7 +49,7 @@ def _unicodestr(p):
return p
return p.decode('utf-8', errors='replace')

_launcher_version = 20220430
_launcher_version = 20220518

_PKG_VER = re.compile(r'''<\s*package[^>]*version\s*=\s*["']([^'"]*)['"][^>]*>''', re.IGNORECASE)

Expand Down

0 comments on commit f430459

Please sign in to comment.