summaryrefslogtreecommitdiff
path: root/stsci.distutils/meta.yaml
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2019-05-07 14:23:47 -0400
committerGitHub <noreply@github.com>2019-05-07 14:23:47 -0400
commit3891b3da15bbff3f12d6fe08eb92b54e775714a5 (patch)
treee0744d4ffe46f78bbf2eb12ace07e8136c7d521c /stsci.distutils/meta.yaml
parent4a24bbbea2a4a50b5580b57d8f4ae858ae04dd32 (diff)
downloadastroconda-dev-3891b3da15bbff3f12d6fe08eb92b54e775714a5.tar.gz
Refactor namespace packages to avoid .egg creation (#195)
Diffstat (limited to 'stsci.distutils/meta.yaml')
-rw-r--r--stsci.distutils/meta.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/stsci.distutils/meta.yaml b/stsci.distutils/meta.yaml
index ec67939..7504ecb 100644
--- a/stsci.distutils/meta.yaml
+++ b/stsci.distutils/meta.yaml
@@ -3,7 +3,7 @@
{% if version[0] == 'v' %}
{% set version = version[1:] %}
{% endif %}
-{% set number = '2' %}
+{% set number = '3' %}
about:
home: https://github.com/spacetelescope/{{ name }}