From d0c2c92982e74a9d09174a75b2613fe8a4acc506 Mon Sep 17 00:00:00 2001
From: Omid Hosseini <ohosseini@passcal.nmt.edu>
Date: Tue, 8 Jun 2021 22:18:37 +0000
Subject: [PATCH] Fix the build number

---
 conda.recipe/meta.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml
index afa7082..96e6cdf 100644
--- a/conda.recipe/meta.yaml
+++ b/conda.recipe/meta.yaml
@@ -1,13 +1,13 @@
 package:
   name: refscrub
-  version: 2021.158
+  version: 2020.216
 
 source:
   path: ../
 
 build:
   noarch: python
-  number: 1
+  number: 2
   script: {{ PYTHON }} -m pip install . --no-deps -vv
 
 requirements:
-- 
GitLab