From 41952c5fa352fdbe95557a759cdc057fe3ee74f9 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 1 Aug 2016 20:54:46 -0700 Subject: [PATCH] igor: Bump to 0.3 Changes since 0.2: * Add igor.packed.walk for traversing a packed experiment filesystem. * Add igorpackedexperiment.py to setup.py script list. * Add -p/--plot option so scripts will plot waves. * Adjust copyright to LGPLv3+ * Assorted bugfixes --- igor/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/igor/__init__.py b/igor/__init__.py index 22c358f..213e9ab 100644 --- a/igor/__init__.py +++ b/igor/__init__.py @@ -17,7 +17,7 @@ "Interface for reading binary IGOR files." -__version__ = '0.2' +__version__ = '0.3' import logging as _logging -- 2.26.2