Skip to content

Commit 2ee7aba

Browse files
committed
2 parents 369778e + f753884 commit 2ee7aba

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ message: "If you use this software, please cite it as below."
33
authors:
44
- given-names: "Allen Institute for Neural Dynamics"
55
title: "biodata-cache"
6-
version: "v0.37.1"
6+
version: "v0.37.2"
77
date-release: 2025-09-29
88
url: "https://github.com/AllenNeuralDynamics/biodata-cache"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![License](https://img.shields.io/badge/license-MIT-brightgreen)](LICENSE)
44
![Code Style](https://img.shields.io/badge/code%20style-black-black)
55
[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)
6-
![Interrogate](https://img.shields.io/badge/interrogate-33.7%25-red)
6+
![Interrogate](https://img.shields.io/badge/interrogate-33.8%25-red)
77
![Coverage](https://img.shields.io/badge/coverage-24%25-red)
88
![Python](https://img.shields.io/badge/python->=3.10,<3.14-blue?logo=python)
99

src/biodata_cache/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
available cache tables and their metadata.
77
"""
88

9-
__version__ = "0.36.1"
9+
__version__ = "0.37.2"
1010

1111
from biodata_cache.cache_table_helpers.asset_basics import asset_basics # noqa: F401
1212
from biodata_cache.cache_table_helpers.behavior_curriculum import behavior_curriculum # noqa: F401

0 commit comments

Comments
 (0)