From a1fc4203d9b9eb878c1f65e40a82a79cbd5a88af Mon Sep 17 00:00:00 2001 From: Jeffrey Meadows Date: Fri, 6 Nov 2015 09:34:32 -0800 Subject: [PATCH] Bump version to 1.3.1. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 66c7e67ae..73dcfc906 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ def main(): install_requires.append('ordereddict>=1.1') setup( name='boxsdk', - version='1.3.0', + version='1.3.1', description='Official Box Python SDK', long_description=open(join(base_dir, 'README.rst')).read(), author='Box',