Merge pull request #115 from michaelhelmick/update-requests-version

Version bump since new endpoint added, update requests version
This commit is contained in:
Ryan McGrath 2012-09-12 03:06:39 -07:00
commit 1d72432838
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ from setuptools import setup
from setuptools import find_packages
__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
__version__ = '2.3.4'
__version__ = '2.4.0'
setup(
# Basic package information.
@ -16,7 +16,7 @@ setup(
include_package_data=True,
# Package dependencies.
install_requires=['simplejson', 'requests>=0.13.4'],
install_requires=['simplejson', 'requests>=0.13.9'],
# Metadata for PyPI.
author='Ryan McGrath',

View file

@ -9,7 +9,7 @@
"""
__author__ = "Ryan McGrath <ryan@venodesigns.net>"
__version__ = "2.3.4"
__version__ = "2.4.0"
import urllib
import re