Bump to 2.5.5

This commit is contained in:
Ryan McGrath 2013-01-01 20:47:02 -05:00
parent f8566e6274
commit 87a3b44a30
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.4' __version__ = '2.5.5'
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.4" __version__ = "2.5.5"
import urllib import urllib
import re import re