From 03e854aa4b2c97164db46fb85a9c4710e44d9674 Mon Sep 17 00:00:00 2001 From: Chris Donati Date: Sun, 20 Oct 2019 14:56:53 -0700 Subject: [PATCH] Bump version to 3.8.1 to match release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e428ca3..c37a53a 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( name='appscale-agents', - version='3.8.0', + version='3.8.1', description='A set of agents for interacting with various clouds', long_description=long_description, author='AppScale Systems, Inc.',