diff options
author | hack <hack@stsci.edu> | 2013-01-30 10:46:20 -0500 |
---|---|---|
committer | hack <hack@stsci.edu> | 2013-01-30 10:46:20 -0500 |
commit | 9389c0524427f0e415ee6f1651aa46a830ffd492 (patch) | |
tree | a272d1d38969641e1134e0cf5e590c0e3b7c99b1 | |
parent | 2d06201a0520014216d6e4e640a18e50c97f8999 (diff) | |
download | stwcs_hcf-9389c0524427f0e415ee6f1651aa46a830ffd492.tar.gz |
Added '__version__' to stwcs.__init__ module as patch for new IRAFX build.
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/trunk@21888 fe389314-cf27-0410-b35b-8c050e845b92
-rw-r--r-- | lib/stwcs/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/stwcs/__init__.py b/lib/stwcs/__init__.py index c10f119..8013df9 100644 --- a/lib/stwcs/__init__.py +++ b/lib/stwcs/__init__.py @@ -25,6 +25,7 @@ from stsci.tools import teal __docformat__ = 'restructuredtext' from .version import * +__version__ = "1.1.0.dev" try: import gui |