Skip to content

Commit f753884

Browse files
ci: version bump [skip actions]
1 parent 7eb1691 commit f753884

2 files changed

Lines changed: 2 additions & 2 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"

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.37.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)