We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eccfea commit 8dc85b9Copy full SHA for 8dc85b9
.ci_support/migrations/ucx1150.yaml
@@ -0,0 +1,7 @@
1
+__migrator:
2
+ build_number: 1
3
+ kind: version
4
+ migration_number: 1
5
+ucx:
6
+- '1.15.0'
7
+migrator_ts: 1696558865
recipe/meta.yaml
@@ -1,6 +1,6 @@
{% set version = "4.1.6" %}
{% set major = version.rpartition('.')[0] %}
-{% set build = 0 %}
+{% set build = 1 %}
# give conda package a higher build number
{% if mpi_type == 'conda' %}
0 commit comments