diff options
-rw-r--r-- | updatewcs/__init__.py | 2 | ||||
-rw-r--r-- | wcsutil/__init__.py | 2 |
2 files changed, 2 insertions, 2 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): """ diff --git a/wcsutil/__init__.py b/wcsutil/__init__.py index 4284cf5..fd01499 100644 --- a/wcsutil/__init__.py +++ b/wcsutil/__init__.py @@ -13,7 +13,7 @@ from mappings import basic_wcs __docformat__ = 'restructuredtext' -__version__ = '0.3' +__version__ = '0.4' class HSTWCS(WCS): """ |