Files
github2/github2/__init__.py
T
2009-04-18 17:29:55 +02:00

7 lines
174 B
Python

VERSION = (0, 1, 0)
__author__ = "Ask Solem"
__contact__ = "askh@opera.com"
__homepage__ = "http://github.com/ask/pygithub-issues"
__version__ = ".".join(map(str, VERSION))