diff --git a/README.md b/README.md index 4f2a1326..e780e495 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.3](#v013) - [v0.1.2](#v012) - [v0.1.1](#v011) - [v0.1.0](#v010) @@ -167,6 +168,11 @@ where `path/to/genome_paths_file.json` specifies the path to the genome paths fi ## Changelog +### v0.1.3 + +- Add in file batcher for use with file-based importers. + + ### v0.1.2 - Update XML File Splitter to use the latest version, which includes the `gzip` parameter. diff --git a/pyproject.toml b/pyproject.toml index 7851c85e..17cc3a66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cdm-data-loaders" -version = "0.1.2" +version = "0.1.3" description = "Data loaders and wranglers for the CDM." requires-python = ">= 3.13" readme = "README.md" diff --git a/uv.lock b/uv.lock index 2db7a025..ac355d8b 100644 --- a/uv.lock +++ b/uv.lock @@ -382,7 +382,7 @@ crt = [ [[package]] name = "cdm-data-loaders" -version = "0.1.2" +version = "0.1.3" source = { editable = "." } dependencies = [ { name = "bioregistry" },