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