diff --git a/appscale/tools/local_state.py b/appscale/tools/local_state.py index 07409055..5afcd331 100644 --- a/appscale/tools/local_state.py +++ b/appscale/tools/local_state.py @@ -31,7 +31,7 @@ # The version of the AppScale Tools we're running on. -APPSCALE_VERSION = "3.5.0" +APPSCALE_VERSION = "3.5.3" class LocalState(object): diff --git a/setup.py b/setup.py index aeb23c30..c52fae48 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( name='appscale-tools', - version='3.5.0', + version='3.5.3', description='A set of command-line tools for interacting with AppScale', long_description=long_description, author='AppScale Systems, Inc.', @@ -51,7 +51,7 @@ 'google-api-python-client==1.5.4', 'haikunator', 'httplib2', - 'msrest', + 'msrest<0.5', 'msrestazure<0.4.20', 'oauth2client==4.0.0', 'PyYAML',