Bump to version 0.7 0.7
authorW. Trevor King <wking@tremily.us>
Wed, 6 Feb 2013 23:08:24 +0000 (18:08 -0500)
committerW. Trevor King <wking@tremily.us>
Wed, 6 Feb 2013 23:08:24 +0000 (18:08 -0500)
Changes since 0.6:
* MANIFEST.in: Distribute *.pxd files
* channel: Fix to-physical setup in AnalogChannel._get_converter
* A few documentation fixes and updates

pycomedi/__init__.py

index 371fae6dda0f88c4f5079af77b38229876b1b9bc..afeaaf5c91964146a3deb1b9966083690c614c70 100644 (file)
@@ -19,7 +19,7 @@
 import logging as _logging
 
 
-__version__ = '0.6'
+__version__ = '0.7'
 
 
 LOG = _logging.getLogger('pycomedi')