Skip to content

Commit 28f731b

Browse files
committed
bump library version
1 parent 3a5f2c7 commit 28f731b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@ In this file we log both:
1010

1111
This changelog includes implementation details and my reference the [changes to the Resource Description Format](#changes-to-the-resource-description-format), e.g. in entry [bioimageio.spec 0.5.2](#bioimageiospec-052).
1212

13+
#### bioimageio.spec 0.5.5.3
14+
15+
- Fix MANIFEST.in
16+
1317
#### bioimageio.spec 0.5.5.2
1418

15-
- replace pooch with platformdirs dependency
19+
- Replace pooch with platformdirs dependency
1620

1721
#### bioimageio.spec 0.5.5.1
1822

src/bioimageio/spec/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
# ruff: noqa: E402
55

6-
__version__ = "0.5.5.2"
6+
__version__ = "0.5.5.3"
77
from loguru import logger
88

99
logger.disable("bioimageio.spec")

0 commit comments

Comments
 (0)