"GitHub API v2 library for Python." # Copyright (C) 2009-2012 Ask Solem # James Rowe # Maximillian Dornseif # # This file is part of python-github2, and is made available under the 3-clause # BSD license. See LICENSE for the full details. from github2 import _version VERSION = _version.tuple __author__ = "Ask Solem" __contact__ = "askh@opera.com" __homepage__ = "http://github.com/ask/python-github2" __version__ = _version.dotted