Files
github2/github2/__init__.py
T
2010-04-27 16:31:29 +02:00

8 lines
218 B
Python

VERSION = (0, 1, 2)
__doc__ = "Github API v2 library for Python"
__author__ = "Ask Solem"
__contact__ = "askh@opera.com"
__homepage__ = "http://github.com/ask/python-github2"
__version__ = ".".join(map(str, VERSION))