Skip to content

Commit

Permalink
Bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ping committed May 27, 2017
1 parent 2ad54f7 commit 01168f8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ Documentation is available at https://instagram-private-api-extensions.readthedo
Install with pip using

```bash
pip install git+ssh://[email protected]/ping/[email protected].1
pip install git+ssh://[email protected]/ping/[email protected].2
```

To update:

```bash
pip install git+ssh://[email protected]/ping/[email protected].1 --upgrade
pip install git+ssh://[email protected]/ping/[email protected].2 --upgrade
```

To update with latest repo code:
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.3.1'
version = u'0.3.2'
# The full version, including alpha/beta/rc tags.
release = u'0.3.1'
release = u'0.3.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ Install via pip

.. code-block:: bash
$ pip install git+ssh://[email protected]/ping/[email protected].1
$ pip install git+ssh://[email protected]/ping/[email protected].2
Update your install with the latest release

.. code-block:: bash
$ pip install git+ssh://[email protected]/ping/[email protected].1 --upgrade
$ pip install git+ssh://[email protected]/ping/[email protected].2 --upgrade
Force an update from source

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.3.1'
__version__ = '0.3.2'
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 <[email protected]>'
__version__ = '0.3.1'
__version__ = '0.3.2'

packages = [
'instagram_private_api_extensions'
Expand Down

0 comments on commit 01168f8

Please sign in to comment.