From 18de891fd717998af94b1ebec9f6cf79fa1f9b58 Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Wed, 18 Dec 2024 10:20:26 +0100 Subject: [PATCH] update version --- recipes/pygyat/recipe.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/pygyat/recipe.yaml b/recipes/pygyat/recipe.yaml index 5fbb33ef1390c..78c89fb46d668 100644 --- a/recipes/pygyat/recipe.yaml +++ b/recipes/pygyat/recipe.yaml @@ -1,6 +1,6 @@ context: name: pygyat - version: "1.0.6b0" + version: "1.0.7" python_min: "3.9" package: @@ -9,7 +9,7 @@ package: source: url: https://pypi.org/packages/source/${{ name[0] }}/${{ name }}/${{ name }}-${{ version }}.tar.gz - sha256: 6fc696cb1006fe30c8ff412d93ecd1b6bfd8242e4efaed583e8cb3422d1932cf + sha256: bfcd90657b20af50d44269deb6f16c7cfb3ec82232a164a0f2a928702c062771 build: script: python -m pip install . -vv