1.4.6 release for bug fixes - upgrade, please

This commit is contained in:
Ryan McGrath 2012-01-15 14:07:04 -05:00
parent a4334bb67d
commit eca965715e
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,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.4.5' __version__ = '1.4.6'
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.4.5" __version__ = "1.4.6"
import cgi import cgi
import urllib import urllib