Skip to content

Commit

Permalink
Version bump to fix broken pypi release
Browse files Browse the repository at this point in the history
  • Loading branch information
moogar0880 committed Feb 15, 2015
1 parent 5f3dd29 commit 14512fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trakt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
except ImportError:
pass

version_info = (1, 0, 0)
version_info = (1, 0, 1)
__author__ = 'Jon Nappi'
__version__ = '.'.join([str(i) for i in version_info])

Expand Down

0 comments on commit 14512fd

Please sign in to comment.