From bafdec1b48c786002bc4dda935b8891eead95b31 Mon Sep 17 00:00:00 2001 From: Steven Graham <1858109+scragraham@users.noreply.github.com> Date: Tue, 30 Apr 2019 16:45:39 -0500 Subject: [PATCH] version bump to 3.7.1 --- 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 abf3e94c..442f8592 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.7.0" +APPSCALE_VERSION = "3.7.1" class LocalState(object): diff --git a/setup.py b/setup.py index 604a0637..45dbc1f0 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( name='appscale-tools', - version='3.7.0', + version='3.7.1', description='A set of command-line tools for interacting with AppScale', long_description=long_description, author='AppScale Systems, Inc.',