File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ Documentation is available at https://instagram-private-api.readthedocs.io/en/la
42
42
43
43
Install with pip:
44
44
45
- `` pip install git+ssh://git@github.com/ping/instagram_private_api.git@1.3.4 ``
45
+ `` pip install git+ssh://git@github.com/ping/instagram_private_api.git@1.3.5 ``
46
46
47
47
To update:
48
48
49
- `` pip install git+ssh://git@github.com/ping/instagram_private_api.git@1.3.4 --upgrade ``
49
+ `` pip install git+ssh://git@github.com/ping/instagram_private_api.git@1.3.5 --upgrade ``
50
50
51
51
To update with latest repo code:
52
52
Original file line number Diff line number Diff line change 59
59
# built documents.
60
60
#
61
61
# The short X.Y version.
62
- version = u'1.3.4 '
62
+ version = u'1.3.5 '
63
63
# The full version, including alpha/beta/rc tags.
64
- release = u'1.3.4 '
64
+ release = u'1.3.5 '
65
65
66
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
67
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ Install via pip
10
10
11
11
.. code-block :: bash
12
12
13
- $ pip install git+ssh://git@github.com/ping/instagram_private_api.git@1.3.4
13
+ $ pip install git+ssh://git@github.com/ping/instagram_private_api.git@1.3.5
14
14
15
15
Update your install with the latest release
16
16
17
17
.. code-block :: bash
18
18
19
- $ pip install git+ssh://git@github.com/ping/instagram_private_api.git@1.3.4 --upgrade
19
+ $ pip install git+ssh://git@github.com/ping/instagram_private_api.git@1.3.5 --upgrade
20
20
21
21
Force an update from source
22
22
Original file line number Diff line number Diff line change 7
7
from .endpoints .common import MediaTypes
8
8
9
9
10
- __version__ = '1.3.4 '
10
+ __version__ = '1.3.5 '
Original file line number Diff line number Diff line change 6
6
from .common import ClientDeprecationWarning
7
7
8
8
9
- __version__ = '1.3.4 '
9
+ __version__ = '1.3.5 '
Original file line number Diff line number Diff line change 10
10
has_mock = False
11
11
12
12
__author__ = 'ping <lastmodified@gmail.com>'
13
- __version__ = '1.3.4 '
13
+ __version__ = '1.3.5 '
14
14
15
15
packages = [
16
16
'instagram_private_api' ,
You can’t perform that action at this time.
0 commit comments