From c4af9ce83978da7686cdb2d0d433ae435b24f705 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 6 Feb 2013 18:08:24 -0500 Subject: [PATCH] Bump to version 0.7 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycomedi/__init__.py b/pycomedi/__init__.py index 371fae6..afeaaf5 100644 --- a/pycomedi/__init__.py +++ b/pycomedi/__init__.py @@ -19,7 +19,7 @@ import logging as _logging -__version__ = '0.6' +__version__ = '0.7' LOG = _logging.getLogger('pycomedi') -- 2.26.2