From aa10ced96b6a4ac0489a02f36fbeda197acf039e Mon Sep 17 00:00:00 2001 From: Yumeng Chen Date: Wed, 2 Oct 2024 18:15:53 +0100 Subject: [PATCH] set version --- conda.recipe/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index c8595e88..ed3d4320 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -1,8 +1,8 @@ -{% set version = "0.03" %} +{% set version = "1.0.0" %} package: name: pypdaf - version: 0.0.3 + version: 1.0.0 source: noarch: python @@ -46,4 +46,4 @@ about: pyPDAF is a python interface to the Fortran-based PDAF library license: GPL doc_url: https://yumengch.github.io/pyPDAF/index.html - dev_url: https://github.com/yumengch/pyPDAF \ No newline at end of file + dev_url: https://github.com/yumengch/pyPDAF