From 9de40e74d47cabe539ea4baa1c7db1c19740a022 Mon Sep 17 00:00:00 2001 From: ialarmedalien Date: Fri, 10 Apr 2026 14:04:04 -0700 Subject: [PATCH] Version bump! --- README.md | 5 +++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b00fc78..98aba015 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Repo for CDM input data loading and wrangling - [Loading genomes, contigs, and features](#loading-genomes-contigs-and-features) - [Running bbmap stats and checkm2 on genome or contigset files](#running-bbmap-stats-and-checkm2-on-genome-or-contigset-files) - [Changelog](#changelog) + - [v0.1.6](#v016) - [v0.1.5](#v015) - [v0.1.4](#v014) - [v0.1.3](#v013) @@ -170,6 +171,10 @@ where `path/to/genome_paths_file.json` specifies the path to the genome paths fi ## Changelog +### v0.1.6 + +- Make NCBI REST API client more resilient to errors and ensure existing imports are not lost. + ### v0.1.5 - Add batch size parameter to the NCBI REST API interface. diff --git a/pyproject.toml b/pyproject.toml index 68e02918..c90538a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cdm-data-loaders" -version = "0.1.5" +version = "0.1.6" description = "Data loaders and wranglers for the CDM." requires-python = ">= 3.13" readme = "README.md" diff --git a/uv.lock b/uv.lock index 041fb46c..f133ae16 100644 --- a/uv.lock +++ b/uv.lock @@ -392,7 +392,7 @@ crt = [ [[package]] name = "cdm-data-loaders" -version = "0.1.5" +version = "0.1.6" source = { editable = "." } dependencies = [ { name = "bioregistry" },