From 7364f60fde7638ec79dac7c1ae36a75a21b62429 Mon Sep 17 00:00:00 2001 From: dencheva Date: Thu, 14 Oct 2010 15:33:36 +0000 Subject: One version string for the package git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@10536 fe389314-cf27-0410-b35b-8c050e845b92 --- updatewcs/__init__.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'updatewcs/__init__.py') diff --git a/updatewcs/__init__.py b/updatewcs/__init__.py index 48c4c43..868fec1 100644 --- a/updatewcs/__init__.py +++ b/updatewcs/__init__.py @@ -16,8 +16,6 @@ import apply_corrections __docformat__ = 'restructuredtext' -__version__ = '0.8' - def updatewcs(input, vacorr=True, tddcorr=True, dgeocorr=True, d2imcorr=True, checkfiles=True, wcskey=" ", wcsname=" ", clobber=False): """ -- cgit