summaryrefslogtreecommitdiff
path: root/source/package_manifest.py
diff options
context:
space:
mode:
Diffstat (limited to 'source/package_manifest.py')
-rw-r--r--source/package_manifest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/package_manifest.py b/source/package_manifest.py
index 47c5bef..a179888 100644
--- a/source/package_manifest.py
+++ b/source/package_manifest.py
@@ -4,9 +4,9 @@ from urllib.request import urlopen
from pprint import pprint
ARCHITECTURE = [ 'linux-64', 'osx-64']
-METAPACKAGES = [('stsci', '1.0.0'),
+METAPACKAGES = [('stsci', '1.0.1'),
('stsci-data-analysis', '1.0.0'),
- ('stsci-hst', '1.0.0'),
+ ('stsci-hst', '1.0.4'),
('stsci-jwst', '1.0.0')]
REPODATA_URL='http://ssb.stsci.edu/astroconda/{arch}/repodata.json'
#REPODATA_URL='http://ssb.stsci.edu/conda-dev/{arch}/repodata.json'