diff options
Diffstat (limited to 'updatewcs/__init__.py')
-rw-r--r-- | updatewcs/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): """ |