We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 736c148 + 7cf871f commit d301aeeCopy full SHA for d301aee
appscale/tools/local_state.py
@@ -27,7 +27,7 @@
27
28
29
# The version of the AppScale Tools we're running on.
30
-APPSCALE_VERSION = "2.9.0"
+APPSCALE_VERSION = "3.0.0"
31
32
33
class LocalState(object):
setup.py
@@ -37,7 +37,7 @@
37
38
setup(
39
name='appscale-tools',
40
- version='2.9.0',
+ version='3.0.0',
41
description='A set of command-line tools for interacting with AppScale',
42
long_description=long_description,
43
author='AppScale Systems, Inc.',
0 commit comments