diff --git a/Changes b/Changes index 64db1ed..9fea881 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl distribution Convert-Pheno -0.24 2024-XX-XXT00:00:00Z (Manuel Rueda ) +0.24 2024-07-18T00:00:00Z (Manuel Rueda ) - Switched read_csv from Text::CSV_XS functional interface to incremental reading to reduce RAM usage diff --git a/README.md b/README.md index f4e6559..abe1020 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![Coverage Status](https://coveralls.io/repos/github/CNAG-Biomedical-Informatics/convert-pheno/badge.svg?branch=main)](https://coveralls.io/github/CNAG-Biomedical-Informatics/convert-pheno?branch=main) [![CPAN Publish](https://github.com/cnag-biomedical-informatics/convert-pheno/actions/workflows/cpan-publish.yml/badge.svg)](https://github.com/cnag-biomedical-informatics/convert-pheno/actions/workflows/cpan-publish.yml) [![Kwalitee Score](https://cpants.cpanauthors.org/dist/Convert-Pheno.svg)](https://cpants.cpanauthors.org/dist/Convert-Pheno) -![version](https://img.shields.io/badge/version-0.23_beta-orange) +![version](https://img.shields.io/badge/version-0.24_beta-orange) [![Docker Build](https://github.com/cnag-biomedical-informatics/convert-pheno/actions/workflows/docker-build.yml/badge.svg)](https://github.com/cnag-biomedical-informatics/convert-pheno/actions/workflows/docker-build.yml) [![Docker Pulls](https://badgen.net/docker/pulls/manuelrueda/convert-pheno?icon=docker&label=pulls)](https://hub.docker.com/r/manuelrueda/convert-pheno/) [![Docker Image Size](https://badgen.net/docker/size/manuelrueda/convert-pheno?icon=docker&label=image%20size)](https://hub.docker.com/r/manuelrueda/convert-pheno/) diff --git a/VERSION b/VERSION index 39010d2..fd137eb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.23 +0.24 diff --git a/lib/Convert/Pheno.pm b/lib/Convert/Pheno.pm index abc46ea..a8ac8c0 100644 --- a/lib/Convert/Pheno.pm +++ b/lib/Convert/Pheno.pm @@ -41,7 +41,7 @@ $SIG{__WARN__} = sub { warn "Warn: ", @_ }; $SIG{__DIE__} = sub { die "Error: ", @_ }; # Global variables: -our $VERSION = '0.23_1'; +our $VERSION = '0.24'; our $share_dir = dist_dir('Convert-Pheno'); # SQLite database