Skip to content

Commit

Permalink
bump plugin wrapper version for release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhendricks committed Oct 26, 2023
1 parent 79f8eb7 commit 5f9d27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resource_Files/plugin_launchers/python/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def _unicodestr(p):
return p
return p.decode('utf-8', errors='replace')

_launcher_version = 20230902
_launcher_version = 20231026

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

Expand Down

0 comments on commit 5f9d27b

Please sign in to comment.