From 9e66e283c9c2ced110bb88c00e47e5781632d22a Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 17 Jun 2009 09:36:01 -0400 Subject: [PATCH] Bumped version to 0.2 --- pycomedi/common.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pycomedi/common.py b/pycomedi/common.py index 371422a..ee4365d 100644 --- a/pycomedi/common.py +++ b/pycomedi/common.py @@ -18,7 +18,7 @@ import comedi as c import time -VERSION = 0.1 +VERSION = "0.2" class pycomediError (Exception) : "Error in pycomedi.common" diff --git a/setup.py b/setup.py index a0f6da1..832f2ef 100644 --- a/setup.py +++ b/setup.py @@ -31,8 +31,8 @@ if version < '2.2.3': DistributionMetadata.classifiers = None DistributionMetadata.download_url = None -import pycomedi -VERSION = pycomedi.VERSION +#from pycomedi import VERSION +VERSION = "0.2" # importing pycomedi requires comedi on this machine, so copy. doclines = __doc__.split("\n") -- 2.26.2