Skip to content

Commit 4929dd0

Browse files
bump version
1 parent 0197f63 commit 4929dd0

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
from setuptools import setup, find_packages
33

44
setup(name="python-instagram-ext",
5-
version="1.3.4",
5+
version="1.3.5",
66
description="Life extended Instagram API client",
77
license="MIT",
8-
install_requires=["simplejson","httplib2","six"],
8+
install_requires=["simplejson", "httplib2", "six"],
99
author="Seraphicer",
1010
author_email="tomoyuki.kakuda@gmail.com",
1111
url="http://github.com/Seraphicer/python-instagram",
12-
packages = find_packages(),
13-
keywords= "instagram",
14-
zip_safe = True)
12+
packages=find_packages(),
13+
keywords="instagram",
14+
zip_safe=True)

tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def test_change_relationship(self):
235235
# test shortcuts as well
236236
self.api.follow_user(user_id='10')
237237
self.api.unfollow_user(user_id='10')
238-
238+
239239

240240
if __name__ == '__main__':
241241
if not TEST_AUTH:

0 commit comments

Comments
 (0)