From d1c949c1783aae0bc60eb26f127e492847bb3afc Mon Sep 17 00:00:00 2001 From: Toben Archer Date: Mon, 13 Nov 2017 08:43:23 -0600 Subject: [PATCH] New version with pull request #64 included. This problem would cause problems for a number of situations, so I feel it is important to get it out now. In the future I should probably be a little more through before I cut releases with new features like the ignore verify option, as that is what caused this. Really I just need to give this library more love in general. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fa55e2b0f6109..717ff7c100917 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ https://github.com/Narcolapser/python-o365''' setup(name='O365', - version='0.9.7', + version='0.9.8', description='Python library for working with Microsoft Office 365', long_description=long_desc, author='Toben Archer',