Skip to content

Commit

Permalink
version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matAlmeida committed Jul 27, 2018
1 parent d9b2a13 commit 77ab264
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 77ab264

Please sign in to comment.