From 7364f60fde7638ec79dac7c1ae36a75a21b62429 Mon Sep 17 00:00:00 2001 From: dencheva Date: Thu, 14 Oct 2010 15:33:36 +0000 Subject: One version string for the package git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@10536 fe389314-cf27-0410-b35b-8c050e845b92 --- defsetup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'defsetup.py') diff --git a/defsetup.py b/defsetup.py index 69fc95d..2e6d782 100644 --- a/defsetup.py +++ b/defsetup.py @@ -5,7 +5,7 @@ import sys pkg = ["stwcs", 'stwcs.updatewcs', 'stwcs.wcsutil', 'stwcs.distortion'] setupargs = { - 'version' : "0.1", + 'version' : "0.8", 'description' : "Recomputes the WCS of an HST observation and puts all istortion corrections in the headers.", 'package_dir': {'stwcs':'lib', 'stwcs.updatewcs': 'updatewcs', 'stwcs.wcsutil': 'wcsutil', 'stwcs.distortion': 'distortion'}, -- cgit