From 523877cea119672b172675d877d6182be426b64d Mon Sep 17 00:00:00 2001 From: hack Date: Tue, 13 Mar 2012 19:49:14 +0000 Subject: Update to STWCS.WCSUTIL.wcscorr to turn off initialization of WCSCORR table for simple FITS files. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@15608 fe389314-cf27-0410-b35b-8c050e845b92 --- lib/stwcs/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/stwcs/__init__.py') diff --git a/lib/stwcs/__init__.py b/lib/stwcs/__init__.py index 3c8879d..8a3839a 100644 --- a/lib/stwcs/__init__.py +++ b/lib/stwcs/__init__.py @@ -35,7 +35,7 @@ if False : except: pass else : - __version__ = '0.9.1' + __version__ = '0.9.2' try: -- cgit