Skip to content

Commit 7ed6855

Browse files
committed
bump library version
1 parent 6bb0f36 commit 7ed6855

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ 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.4
14+
15+
- include bioimageio_schema.json in python package
16+
- fix issues with setuptools and importlib.metadata.version (by avoiding use of `importlib.metadata.version`)
17+
1318
#### bioimageio.spec 0.5.5.3
1419

1520
- Fix MANIFEST.in

src/bioimageio/spec/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.5.5.3"
1+
VERSION = "0.5.5.4"

0 commit comments

Comments
 (0)