Version bump

This commit is contained in:
Ryan McGrath 2012-12-01 01:34:38 -05:00
parent 36d68a9264
commit 34e9474b91
2 changed files with 2 additions and 2 deletions

View file

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

View file

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