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 6ea7291 commit 60b06a9Copy full SHA for 60b06a9
2 files changed
cpython
@@ -0,0 +1 @@
1
+Subproject commit 53fb7ef329d078e9bd4b688c5d5951a7d0208031
recipe/meta.yaml
@@ -4,7 +4,7 @@
4
{% set ver2 = '.'.join(version.split('.')[0:2]) %}
5
{% set ver2nd = ''.join(version.split('.')[0:2]) %}
6
{% set ver3nd = ''.join(version.split('.')[0:3]) %}
7
-{% set build_number = 5 %}
+{% set build_number = 6 %}
8
9
# this makes the linter happy
10
{% set channel_targets = channel_targets or 'conda-forge main' %}
0 commit comments