bump version number and push to pypi
authorPaul Kienzle <pkienzle@nist.gov>
Sat, 15 Oct 2011 00:27:32 +0000 (20:27 -0400)
committerPaul Kienzle <pkienzle@nist.gov>
Sat, 15 Oct 2011 00:27:32 +0000 (20:27 -0400)
igor.py

diff --git a/igor.py b/igor.py
index ba8901b6f84b7bd7c391dace1b8f256557546f92..f68c7fc9e2bf2a91a795df71277a12a5acfab5ad 100644 (file)
--- 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.
 """
 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
 
 import struct
 import numpy