diff options
Diffstat (limited to 'pyds9')
-rw-r--r-- | pyds9/pyds9.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyds9/pyds9.ini b/pyds9/pyds9.ini index 6dfe1f6..13e6307 100644 --- a/pyds9/pyds9.ini +++ b/pyds9/pyds9.ini @@ -1,6 +1,6 @@ [package] name : pyds9 -version : {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git +version : 1.8.1 [about] home : https://github.com/ericmandel/${package:name} @@ -8,11 +8,11 @@ license : GPL summary : Python connection to SAOimage DS9 via XPA [source] -git_url : ${about:home}.git +git_url : ${about:home} git_tag : v1.8 [build] -number : {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} +number : 0 [requirements] build : |