Skip to content

Commit

Permalink
Bump [skip actions]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 10, 2024
1 parent a2db5a1 commit 9fe16fe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- insertion marker -->
## [0.1.0](https://github.com/AllenInstitute/npc_lims/releases/tag/0.1.0) - 2024-01-09
## [0.1.0](https://github.com/AllenInstitute/npc_lims/releases/tag/0.1.0) - 2024-01-10

<small>[Compare with first commit](https://github.com/AllenInstitute/npc_lims/compare/20052f4f0e3e978ee747609e47ede5a398045c75...0.1.0)</small>
<small>[Compare with first commit](https://github.com/AllenInstitute/npc_lims/compare/a2db5a1d1ea6bebf34f0b0cc2ce477386ddafc1a...0.1.0)</small>

2 changes: 1 addition & 1 deletion npc_lims
Submodule npc_lims updated from 20052f to a2db5a
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "npc_lims"
version = "0.1.96"
version = "0.1.97"
description = "Tools to fetch and update paths, metadata and state for Mindscope Neuropixels sessions, in the cloud."
authors = [
{ name = "Arjun Sridhar", email = "[email protected]" },
Expand Down
6 changes: 1 addition & 5 deletions src/npc_lims/paths/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,7 @@ def _parse_cache_path(
version = version
else:
version = get_current_cache_version()
d = (
CACHE_ROOT
/ version
/ nwb_component
)
d = CACHE_ROOT / version / nwb_component
if session_id is None:
return d
return (
Expand Down

0 comments on commit 9fe16fe

Please sign in to comment.