Version bump for 2.3.1 release

This commit is contained in:
Ryan McGrath 2012-06-30 00:52:40 +09:00
parent 4fa38d27ba
commit 73a1910066
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ from setuptools import setup
from setuptools import find_packages
__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
__version__ = '2.3.0'
__version__ = '2.3.1'
setup(
# Basic package information.

View file

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