diff setup.py @ 31:f6b768417d27

now listing kinda works
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 31 May 2011 07:39:07 -0700
parents d51923b276ef
children 86c3c0d4d434
line wrap: on
line diff
--- a/setup.py	Tue May 31 07:29:15 2011 -0700
+++ b/setup.py	Tue May 31 07:39:07 2011 -0700
@@ -5,7 +5,7 @@
 except:
     description = ''
 
-version='0.0'
+version='0.1'
 
 setup(name='buttercup',
       version=version,
@@ -13,7 +13,7 @@
       long_description=description,
       author='Jeff Hammel',
       author_email='k0scist@gmail.com',
-      url='http://k0s.org',
+      url='http://k0s.org/',
       keywords='',
       license="GPL",
       packages=find_packages(exclude=['ez_setup', 'examples', 'tests*']),