changeset 85:f7c6fbce7c9b

version bump
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 17 Nov 2011 13:19:45 -0800
parents e5a23f5ea14e
children 777c47bae0ab
files setup.py
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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'
         ],