Fix constructApiURL method, version increment to fix function definitions in new versions

This commit is contained in:
Ryan McGrath 2010-10-20 11:22:31 -04:00
parent 3cef1a463f
commit 3b9527ae69
3 changed files with 15 additions and 7 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.2'
__version__ = '1.3.3'
setup(
# Basic package information.