We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 628df0b commit 2dc5398Copy full SHA for 2dc5398
instagram/__init__.py
@@ -13,7 +13,7 @@
13
__author__ = 'Lucien Gaitskell'
14
__license__ = 'MIT'
15
__copyright__ = 'Copyright 2016-2017 Lucien Gaitskell'
16
-__version__ = '0.4.0'
+__version__ = '0.4.1'
17
18
from collections import namedtuple
19
from .client import Client
@@ -23,5 +23,5 @@
23
VersionInfo = namedtuple('VersionInfo',
24
'major minor micro releaselevel serial')
25
26
-version_info = VersionInfo(major=0, minor=4, micro=0,
+version_info = VersionInfo(major=0, minor=4, micro=1,
27
releaselevel='development', serial=0)
0 commit comments