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",