From 86e6ddc7aeb483fa9dd1cce4b052fe8e9ad86695 Mon Sep 17 00:00:00 2001 From: dencheva Date: Tue, 22 Dec 2009 19:10:52 +0000 Subject: Update version numbers git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@8514 fe389314-cf27-0410-b35b-8c050e845b92 --- updatewcs/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'updatewcs/__init__.py') diff --git a/updatewcs/__init__.py b/updatewcs/__init__.py index ca1dd7a..a2d0690 100644 --- a/updatewcs/__init__.py +++ b/updatewcs/__init__.py @@ -12,7 +12,7 @@ import apply_corrections __docformat__ = 'restructuredtext' -__version__ = '0.3' +__version__ = '0.4' def updatewcs(input, vacorr=True, tddcorr=True, dgeocorr=True, checkfiles=True, d2imcorr=True): """ -- cgit