diff --git a/docs/testplugin_v011.zip b/docs/testplugin_v011.zip deleted file mode 100644 index 762f57379a..0000000000 Binary files a/docs/testplugin_v011.zip and /dev/null differ diff --git a/docs/testplugin_v012.zip b/docs/testplugin_v012.zip new file mode 100644 index 0000000000..2cd2a40fe3 Binary files /dev/null and b/docs/testplugin_v012.zip differ diff --git a/src/Resource_Files/plugin_launchers/python/wrapper.py b/src/Resource_Files/plugin_launchers/python/wrapper.py index ddd2a5a49b..eeb25b3e29 100644 --- a/src/Resource_Files/plugin_launchers/python/wrapper.py +++ b/src/Resource_Files/plugin_launchers/python/wrapper.py @@ -35,7 +35,7 @@ from unipath import pathof import unicodedata -_launcher_version=20160130 +_launcher_version=20160313 _PKG_VER = re.compile(r'''<\s*package[^>]*version\s*=\s*["']([^'"]*)['"][^>]*>''',re.IGNORECASE)