From e6b24e4bd748570cb92587a960e3343e01c9a799 Mon Sep 17 00:00:00 2001 From: menivaitsi Date: Fri, 29 Jul 2016 17:06:44 -0700 Subject: [PATCH] Bumping version to 3.0.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 3c3698dc..c0abb565 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.0" +APPSCALE_VERSION = "3.0.1" class LocalState(object): diff --git a/setup.py b/setup.py index d0bb3bbc..06bc9300 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ setup( name='appscale-tools', - version='3.0.0', + version='3.0.1', description='A set of command-line tools for interacting with AppScale', long_description=long_description, author='AppScale Systems, Inc.',