Skip to content

Commit 7a8d92f

Browse files
author
Caleb Easterly
authored
metaquantome bump to 1.0.0 (#14522)
1 parent 584796e commit 7a8d92f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

recipes/metaquantome/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{% set name = "metaquantome" %}
2-
{% set version = "1.0a0" %}
2+
{% set version = "1.0.0" %}
33
{% set file_ext = "tar.gz" %}
44
{% set hash_type = "sha256" %}
5-
{% set hash_value = "0c12afefe163eaec6ff2d7eb06e88a74607287ce1af5fb9ece329ae42258b54c" %}
5+
{% set hash_value = "63220396c629e57005f44b3e5830deb8bd2c8ae37196a5ef0981a6fff4fd2de9" %}
66

77
package:
88
name: '{{ name }}'
@@ -14,7 +14,7 @@ source:
1414

1515
build:
1616
noarch: python
17-
number: 3
17+
number: 0
1818
script: python setup.py install --single-version-externally-managed --record=record.txt
1919

2020
requirements:

0 commit comments

Comments
 (0)