diff --git a/__init__.py b/__init__.py index a0661b725..332c84254 100755 --- a/__init__.py +++ b/__init__.py @@ -1,6 +1,6 @@ def plugin_release(): - return '1.9.5.1' + return '1.10.0' def plugin_branch(): - return 'develop' + return 'master'