Skip to content

Commit d301aee

Browse files
authored
Merge pull request #523 from menivaitsi/3.0.0
Bumping AppScale Tools version to 3.0.0
2 parents 736c148 + 7cf871f commit d301aee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appscale/tools/local_state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828

2929
# The version of the AppScale Tools we're running on.
30-
APPSCALE_VERSION = "2.9.0"
30+
APPSCALE_VERSION = "3.0.0"
3131

3232

3333
class LocalState(object):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
setup(
3939
name='appscale-tools',
40-
version='2.9.0',
40+
version='3.0.0',
4141
description='A set of command-line tools for interacting with AppScale',
4242
long_description=long_description,
4343
author='AppScale Systems, Inc.',

0 commit comments

Comments
 (0)