Bumped version to 0.2
[pycomedi.git] / pycomedi / common.py
index 371422add0f41003ea6211f45eb1bcae17e64e18..ee4365dc2228034b5c9d8a657da02d1d30983c69 100644 (file)
@@ -18,7 +18,7 @@
 import comedi as c
 import time
 
-VERSION = 0.1
+VERSION = "0.2"
 
 class pycomediError (Exception) :
     "Error in pycomedi.common"