Version bump!

This commit is contained in:
Mike Helmick 2013-03-31 12:38:07 -04:00
parent e1a7c24153
commit a6afb2cf5c
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.6.0' __version__ = '2.6.1'
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.6.0" __version__ = "2.6.1"
import urllib import urllib
import re import re