2.0.1 release, fixes auth error

This commit is contained in:
Ryan McGrath 2012-05-23 18:49:08 +09:00
parent fff1054e48
commit 0d00ae97fb
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__ = '2.0.0' __version__ = '2.0.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__ = "2.0.0" __version__ = "2.0.1"
import urllib import urllib
import re import re