setup.py
changeset 3 cfe1b58f5d80
parent 2 5a8a32cbc944
child 4 b16efe5b8bc1
--- a/setup.py	Tue Feb 19 20:10:21 2013 +0200
+++ b/setup.py	Tue Feb 19 20:16:10 2013 +0200
@@ -2,7 +2,7 @@
 
 from glob import glob
 
-from pvl import __version__
+__version__ = '0.1-dev2'
 
 setup(
     name            = 'pvl-common',