From 87d46924c626eedc38425bd9bc01f94a6c905ed4 Mon Sep 17 00:00:00 2001 From: Matheus Almeida Date: Fri, 12 Jun 2020 09:16:23 -0300 Subject: [PATCH] bump from 0.6.0 to 0.7.0 version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3145b6a..d85e883 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pygdrive3", - version="0.6.0", + version="0.7.0", author="Matheus Almeida", author_email="mat.almeida@live.com", description="Use Google Drive API v3 with a python interface",