# HG changeset patch
# User Jeff Hammel <jhammel@mozilla.com>
# Date 1321564785 28800
# Node ID f7c6fbce7c9b2fc1c34d79d097a651e8b9e1c09f
# Parent  e5a23f5ea14efdc4264faec38551a28654aed86e
version bump

diff -r e5a23f5ea14e -r f7c6fbce7c9b setup.py
--- a/setup.py	Thu Nov 17 13:18:51 2011 -0800
+++ b/setup.py	Thu Nov 17 13:19:45 2011 -0800
@@ -1,14 +1,14 @@
 from setuptools import setup, find_packages
 import sys, os
 
-version = '2.3.2'
+version = '2.4'
 
 try:
     description = file('README.txt').read()
 except IOError:
     description = """
 Meet bitsyblog.  Posting is done with a POST request, so while you can use
-a web form to do this, its just as easy to use curl, urllib, or anything else 
+a web form to do this, its just as easy to use curl, urllib, or anything else
 to post.
 """
 
@@ -37,7 +37,7 @@
           'bitsyauth'
 #          'lxml',
       ],
-      dependency_links=[ 
+      dependency_links=[
         'http://svn.pythonpaste.org/Paste/trunk#egg=Paste',
         'http://www.dalkescientific.com/Python/PyRSS2Gen-1.0.0.tar.gz#egg=PyRSS2Gen'
         ],