From 5440c20d6e145be40cbdc48b9629fcb200fdb04d Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 13 Jul 2016 16:42:39 -0400 Subject: Fix bad tag reference (#39) --- pyds9/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyds9') diff --git a/pyds9/meta.yaml b/pyds9/meta.yaml index 2c8f77d..9a17662 100644 --- a/pyds9/meta.yaml +++ b/pyds9/meta.yaml @@ -3,7 +3,7 @@ about: license: GPL summary: Python connection to SAOimage DS9 via XPA build: - number: '0' + number: '1' package: name: pyds9 version: 1.8.1 @@ -22,7 +22,7 @@ requirements: - numpy x.x - python x.x source: - git_tag: v1.8 + git_tag: v1.8.1 git_url: https://github.com/ericmandel/pyds9 test: imports: -- cgit