diff options
author | dencheva <dencheva@stsci.edu> | 2009-12-22 14:10:52 -0500 |
---|---|---|
committer | dencheva <dencheva@stsci.edu> | 2009-12-22 14:10:52 -0500 |
commit | 86e6ddc7aeb483fa9dd1cce4b052fe8e9ad86695 (patch) | |
tree | 0674d6ff0f566a55cc0387f421c5820452688176 | |
parent | b1ffc9a5e97e0ffb80030cc045f8b64f24309dc0 (diff) | |
download | stwcs_hcf-86e6ddc7aeb483fa9dd1cce4b052fe8e9ad86695.tar.gz |
Update version numbers
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@8514 fe389314-cf27-0410-b35b-8c050e845b92
-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): """ |