From 77ab264f2863eb91fc3739156bcb06cdd27ddc6d Mon Sep 17 00:00:00 2001 From: Matheus Almeida Date: Fri, 27 Jul 2018 11:40:42 -0300 Subject: [PATCH] version 0.5.0 --- README.md | 5 +++-- setup.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d716fc7..28ea0e4 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,14 @@ ![PyPI](https://img.shields.io/pypi/v/pygdrive3.svg) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pygdrive3.svg) - ## Installing + ```sh -$ pip install pygdrive3==0.2.0 +$ pip install pygdrive3 ``` ## Usage + ```py from pygdrive3 import service diff --git a/setup.py b/setup.py index 4f33c27..b7f49ad 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pygdrive3", - version="0.4.1", + version="0.5.0", author="Matheus Almeida", author_email="mat.almeida@live.com", description="Use Google Drive API v3 with a python interface",