diff setup.py @ 1:a02c4fcd7001

* optionally require auth * give a real version
author k0s <k0scist@gmail.com>
date Sun, 27 Dec 2009 13:29:27 -0500
parents 827f7577f940
children 0b5fce452087
line wrap: on
line diff
--- a/setup.py	Sat Nov 21 15:29:03 2009 -0500
+++ b/setup.py	Sun Dec 27 13:29:27 2009 -0500
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import sys, os
 
-version = "0.0"
+version = "0.1"
 
 setup(name='uploader',
       version=version,