Skip to content

Commit

Permalink
Bump version to 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ping committed Apr 4, 2018
1 parent 9653579 commit 55883cf
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
---

### Before submitting an issue make sure you have:
- [ ] Updated to the lastest version v0.3.6
- [ ] Updated to the lastest version v0.3.7
- [ ] Read the [README](https://github.com/ping/instagram_private_api_extensions/blob/master/README.md)
- [ ] [Searched](https://github.com/ping/instagram_private_api_extensions/search?type=Issues) the bugtracker for similar issues including **closed** ones

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ Documentation is available at https://instagram-private-api-extensions.readthedo
Install with pip using

```bash
pip install git+https://[email protected]/ping/[email protected].6
pip install git+https://[email protected]/ping/[email protected].7
```

To update:

```bash
pip install git+https://[email protected]/ping/[email protected].6 --upgrade
pip install git+https://[email protected]/ping/[email protected].7 --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.6'
version = u'0.3.7'
# The full version, including alpha/beta/rc tags.
release = u'0.3.6'
release = u'0.3.7'

# 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].6
$ pip install git+ssh://[email protected]/ping/[email protected].7
Update your install with the latest release

.. code-block:: bash
$ pip install git+ssh://[email protected]/ping/[email protected].6 --upgrade
$ pip install git+ssh://[email protected]/ping/[email protected].7 --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
Expand Up @@ -3,4 +3,4 @@
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT

__version__ = '0.3.6'
__version__ = '0.3.7'
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.6'
__version__ = '0.3.7'

packages = [
'instagram_private_api_extensions'
Expand Down

0 comments on commit 55883cf

Please sign in to comment.