From e20f5319aeee01869f67b144ee5a7698e020fdfa Mon Sep 17 00:00:00 2001 From: Paul Kienzle Date: Fri, 14 Oct 2011 20:27:32 -0400 Subject: [PATCH] bump version number and push to pypi --- igor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/igor.py b/igor.py index ba8901b..f68c7fc 100644 --- a/igor.py +++ b/igor.py @@ -14,7 +14,7 @@ To see the whole tree, use: print folder.format() The usual igor folder types are given in the technical reports PTN003.ifn and TN003.ifn. """ -__version__="0.8" +__version__="0.9" import struct import numpy -- 2.26.2