From f6f17a60744930c9bb446c67989ab899e03f0179 Mon Sep 17 00:00:00 2001 From: Alan Collins Date: Tue, 17 Dec 2024 15:56:26 -0500 Subject: [PATCH] bump version --- conda-recipe/meta.yaml | 2 +- el_gato/el_gato.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 7298fbe..c0f7850 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "elgato" %} -{% set version = "1.20.0" %} +{% set version = "1.20.2" %} package: name: {{ name|lower }} diff --git a/el_gato/el_gato.py b/el_gato/el_gato.py index 40baa4d..59eadc4 100644 --- a/el_gato/el_gato.py +++ b/el_gato/el_gato.py @@ -18,7 +18,7 @@ t0 = time.time() script_filename = inspect.getframeinfo(inspect.currentframe()).filename script_path = os.path.dirname(os.path.abspath(script_filename)) -version = "1.20.1" +version = "1.20.2" class Ref: file = "Ref_Paris_mompS_2.fasta" diff --git a/setup.py b/setup.py index 63abeeb..e56c50b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="elgato", - version="1.20.1", + version="1.20.2", python_requires='>=3.8', scripts = [ 'el_gato/el_gato.py',