From 3008c84e70e45ee42ae1eeb4272d4e1d51b19757 Mon Sep 17 00:00:00 2001 From: Tanvi Marballi Date: Mon, 2 Oct 2017 12:05:17 -0700 Subject: [PATCH] Bump version to 3.4.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 ed4343cd..5a3d1e2f 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.3.1" +APPSCALE_VERSION = "3.4.0" class LocalState(object): diff --git a/setup.py b/setup.py index 873b055b..b928a7b6 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( name='appscale-tools', - version='3.3.1', + version='3.4.0', description='A set of command-line tools for interacting with AppScale', long_description=long_description, author='AppScale Systems, Inc.',