Fixes an issue with incompatibility with newer versions of the SimpleGeo OAuth2 library; also fixes an issue with bulkUserLookup fixes not being up on Pypi (issue #37, thanks jmalina327)

This commit is contained in:
Ryan McGrath 2011-08-09 18:01:17 -04:00
parent 7441a535ee
commit d6d8823dc2
2 changed files with 17 additions and 11 deletions

View file

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