Skip to content

Commit

Permalink
Version bump to '0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
luciengaitskell committed Jan 18, 2017
1 parent 482dc44 commit f5d9e10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions instagram/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
__author__ = 'Lucien Gaitskell'
__license__ = 'MIT'
__copyright__ = 'Copyright 2016-2017 Lucien Gaitskell'
__version__ = '0.1.0'
__version__ = '0.1.1'

from collections import namedtuple
from .client import Client
Expand All @@ -22,5 +22,5 @@
VersionInfo = namedtuple('VersionInfo',
'major minor micro releaselevel serial')

version_info = VersionInfo(major=0, minor=1, micro=0,
version_info = VersionInfo(major=0, minor=1, micro=1,
releaselevel='development', serial=0)

0 comments on commit f5d9e10

Please sign in to comment.