Version bump

This commit is contained in:
Ryan McGrath 2012-11-10 20:16:34 -05:00
parent e85e8e38ad
commit a125ad6048
3 changed files with 3 additions and 5 deletions

View file

@ -1,10 +1,8 @@
#!/usr/bin/env python
from setuptools import setup 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.1' __version__ = '2.5.2'
setup( setup(
# Basic package information. # Basic package information.

@ -1 +1 @@
Subproject commit e9b31903727af8e38c4e2f047b8f9e6c9aa9a38f Subproject commit 3ffebcc57f57ad5db1d0ba8f940f2bab02f671a5

View file

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