From e88f5257c745fc07d1ef4babdcd5eb046640f879 Mon Sep 17 00:00:00 2001
From: Maeva Pourpoint <maeva@passcal.nmt.edu>
Date: Fri, 4 Feb 2022 14:20:03 -0700
Subject: [PATCH] Remove build number in conda recipe because MINOR section of
 the new versioning scheme will cover it properly.

---
 conda.recipe/meta.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml
index 6e0bd6a..003f492 100644
--- a/conda.recipe/meta.yaml
+++ b/conda.recipe/meta.yaml
@@ -7,7 +7,6 @@ source:
 
 build:
   noarch: python
-  number: 3
   script: {{ PYTHON }} -m pip install . --no-deps -vv
 
 requirements:
-- 
GitLab