From e47aa8c56dfd4bfb578a3bb64c2ff11c08f3a968 Mon Sep 17 00:00:00 2001
From: Omid Hosseini <ohosseini@passcal.nmt.edu>
Date: Tue, 8 Jun 2021 22:30:49 +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 cb0f57b..aa37f81 100644
--- a/conda.recipe/meta.yaml
+++ b/conda.recipe/meta.yaml
@@ -1,13 +1,13 @@
 package:
   name: fixhdr
-  version: 2021.158
+  version: 2020.212
 
 source:
   path: ../
 
 build:
   noarch: python
-  number: 1
+  number: 2
   script: {{ PYTHON }} -m pip install . --no-deps -vv
 
 requirements:
-- 
GitLab