mirror of
https://github.com/kennethreitz-archive/github2.git
synced 2026-06-05 23:50:18 +00:00
8 lines
218 B
Python
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))
|
|
|