From a38e4c91a5947ffa39185364ba6eed902d2aee12 Mon Sep 17 00:00:00 2001 From: Chris Donati Date: Tue, 13 Sep 2016 17:36:35 -0700 Subject: [PATCH] Bump version to 3.1.0 --- appscale/tools/local_state.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appscale/tools/local_state.py b/appscale/tools/local_state.py index 601e1759..c73c1bd8 100644 --- a/appscale/tools/local_state.py +++ b/appscale/tools/local_state.py @@ -27,7 +27,7 @@ # The version of the AppScale Tools we're running on. -APPSCALE_VERSION = "3.0.1" +APPSCALE_VERSION = "3.1.0" class LocalState(object): diff --git a/setup.py b/setup.py index 336c79ad..48da9aa7 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ setup( name='appscale-tools', - version='3.0.1', + version='3.1.0', description='A set of command-line tools for interacting with AppScale', long_description=long_description, author='AppScale Systems, Inc.',