Fix a shortenURL reference bug pointed out by Jacob, incremental release of latest bugfixes because Pypi's been down recently

This commit is contained in:
Ryan McGrath 2010-12-12 14:45:03 +09:00
parent ace1a87745
commit 8ecdaa5bfa
3 changed files with 70 additions and 76 deletions

View file

@ -5,7 +5,7 @@ from setuptools import setup
from setuptools import find_packages
__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
__version__ = '1.3.5'
__version__ = '1.3.6'
setup(
# Basic package information.