Skip to content

Commit

Permalink
Bump version to 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ping committed Mar 31, 2017
1 parent 372460f commit 99948d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ An extension module to [instagram\_private\_api](https://github.com/ping/instagr
![](https://img.shields.io/badge/Python-2.7-green.svg)
![](https://img.shields.io/badge/Python-3.5-green.svg)
![License](https://img.shields.io/badge/license-MIT_License-blue.svg)
[![Release](https://img.shields.io/badge/release-v0.2.4-orange.svg)](https://github.com/ping/instagram_private_api_extensions/releases)
[![Release](https://img.shields.io/badge/release-v0.2.5-orange.svg)](https://github.com/ping/instagram_private_api_extensions/releases)
[![Build](https://img.shields.io/travis/ping/instagram_private_api_extensions.svg)](https://travis-ci.org/ping/instagram_private_api_extensions)

## Features
Expand All @@ -26,13 +26,13 @@ An extension module to [instagram\_private\_api](https://github.com/ping/instagr
Install with pip using

```bash
pip install git+ssh://git@github.com/ping/instagram_private_api_extensions.git@0.2.4
pip install git+ssh://git@github.com/ping/instagram_private_api_extensions.git@0.2.5
```

To update:

```bash
pip install git+ssh://git@github.com/ping/instagram_private_api_extensions.git@0.2.4 --upgrade
pip install git+ssh://git@github.com/ping/instagram_private_api_extensions.git@0.2.5 --upgrade
```

To update with latest repo code:
Expand Down
2 changes: 1 addition & 1 deletion instagram_private_api_extensions/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.4'
__version__ = '0.2.5'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from distutils.core import setup

__author__ = 'ping <lastmodified@gmail.com>'
__version__ = '0.2.4'
__version__ = '0.2.5'

packages = [
'instagram_private_api_extensions'
Expand Down

0 comments on commit 99948d5

Please sign in to comment.