Skip to content

Commit bfc9e21

Browse files
committed
recipe: bump build number
1 parent 6a4279d commit bfc9e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% set version = "5.0.0" %}
22
{% set major = version.rpartition('.')[0] %}
3-
{% set build = 0 %}
3+
{% set build = 1 %}
44

55
# give conda package a higher build number
66
{% if mpi_type == 'conda' %}

0 commit comments

Comments
 (0)