From 43aa167f5ff700cd9809abce7eaeb10222ef2560 Mon Sep 17 00:00:00 2001 From: Chris Donati Date: Fri, 9 Jun 2017 11:38:37 -0700 Subject: [PATCH] Bump version to 3.3.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 ed6d8bf6..192db393 100644 --- a/appscale/tools/local_state.py +++ b/appscale/tools/local_state.py @@ -29,7 +29,7 @@ # The version of the AppScale Tools we're running on. -APPSCALE_VERSION = "3.2.1" +APPSCALE_VERSION = "3.3.0" class LocalState(object): diff --git a/setup.py b/setup.py index 90316176..1acb3491 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( name='appscale-tools', - version='3.2.1', + version='3.3.0', description='A set of command-line tools for interacting with AppScale', long_description=long_description, author='AppScale Systems, Inc.',