Files
gistapi.py/gistapi/__init__.py
T
Kenneth Reitz 4f02738ff5 Version Bump (0.2.0)
Updated Changelog.
2010-08-28 00:31:11 -04:00

16 lines
238 B
Python

# -*- coding: utf-8 -*-
"""
GistAPI.py -- A Python wrapper for GitHub's Gist API
(c) 2010 Kenneth Reitz. MIT License.
"""
from core import *
__author__ = 'Kenneth Reitz'
__version__ = '0.2.0'
__build__ = 0x000200
__license__ = 'MIT'