diff --git a/lib/local_state.py b/lib/local_state.py index 6c6bdafe..428d0166 100644 --- a/lib/local_state.py +++ b/lib/local_state.py @@ -28,7 +28,7 @@ # The version of the AppScale Tools we're running on. -APPSCALE_VERSION = "2.7.0" +APPSCALE_VERSION = "2.7.1" class LocalState(object): diff --git a/setup.py b/setup.py index 18293377..e46331fa 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name='appscale-tools', - version='2.7.0', + version='2.7.1', description='A set of command-line tools for interacting with AppScale', long_description=long_description, author='AppScale Systems, Inc.',