Skip to content

Commit 649f6a2

Browse files
authored
Merge pull request #768 from cdonati/release-3.8.1
Bump version to 3.8.1 to match release
2 parents 34ec684 + fc48d8d commit 649f6a2

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
@@ -31,7 +31,7 @@
3131

3232

3333
# The version of the AppScale Tools we're running on.
34-
APPSCALE_VERSION = "3.8.0"
34+
APPSCALE_VERSION = "3.8.1"
3535

3636

3737
class LocalState(object):

setup.py

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

3434
setup(
3535
name='appscale-tools',
36-
version='3.8.0',
36+
version='3.8.1',
3737
description='A set of command-line tools for interacting with AppScale',
3838
long_description=long_description,
3939
author='AppScale Systems, Inc.',

0 commit comments

Comments
 (0)