Version Number

This commit is contained in:
Michael Helmick 2012-03-21 15:27:13 -04:00
parent f917b6bfea
commit 59b5733a86
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,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__ = '1.5.0' __version__ = '1.5.1'
setup( setup(
# Basic package information. # Basic package information.

View file

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