Skip to content

Commit 3154da2

Browse files
Bump version to 0.4.0 and update CHANGELOG for upcoming release
1 parent 1f15204 commit 3154da2

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# v0.4.0 (upcoming)
2+
13
# v0.3.0 (Jun 3, 2025)
24
## Bug Fixes
35

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "ndx-microscopy"
7-
version = "0.3.0"
7+
version = "0.4.0"
88
authors = [
99
{ name="Alessandra Trapani", email="alessandra.trapani@catalystneuro.com" },
1010
{ name="Cody Baker", email="cody.baker@catalystneuro.com" },
@@ -29,7 +29,7 @@ keywords = [
2929
dependencies = [
3030
"pynwb>=2.8.0",
3131
"hdmf>=3.14.1",
32-
"ndx-ophys-devices==0.2.0"
32+
"ndx-ophys-devices==0.3.1"
3333
]
3434

3535
[project.urls]

spec/ndx-microscopy.namespace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ namespaces:
3030
- DichroicMirror
3131
- OpticalLens
3232
- source: ndx-microscopy.extensions.yaml
33-
version: 0.3.0
33+
version: 0.4.0

0 commit comments

Comments
 (0)