From cc6eb9ab94b41a2f5ab513d21971bc6bfaa036c4 Mon Sep 17 00:00:00 2001 From: dencheva Date: Thu, 5 Feb 2009 18:13:57 +0000 Subject: Added verison numbers and 'origin' kw to pywcs calls git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/development/trunk/updatewcs@7523 fe389314-cf27-0410-b35b-8c050e845b92 --- hstwcs/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'hstwcs/__init__.py') diff --git a/hstwcs/__init__.py b/hstwcs/__init__.py index 2d280c4..84f6cec 100644 --- a/hstwcs/__init__.py +++ b/hstwcs/__init__.py @@ -15,6 +15,7 @@ import apply_corrections __docformat__ = 'restructuredtext' +__version__ = '0.3' def updatewcs(input, vacorr=True, tddcorr=True, dgeocorr=True, checkfiles=True): """ -- cgit