diff setup.py @ 58:b97d11e2cf41

* document defaults * allow text blogs * begin replacing the annoying get_response objects
author k0s <k0scist@gmail.com>
date Sun, 27 Dec 2009 01:25:38 -0500
parents d3b5c563f89a
children f7c6fbce7c9b
line wrap: on
line diff
--- a/setup.py	Sat Dec 26 22:37:34 2009 -0500
+++ b/setup.py	Sun Dec 27 01:25:38 2009 -0500
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import sys, os
 
-version = '2.3.1'
+version = '2.3.2'
 
 try:
     description = file('README.txt').read()