Skip to content

Commit 0a600b5

Browse files
authored
chore: release v2.4.9 (#115)
1 parent 2aa4a4b commit 0a600b5

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# **B**io**F**ormats **I**nput/**O**utput utility (bfio 2.4.8)
1+
# **B**io**F**ormats **I**nput/**O**utput utility (bfio 2.4.9)
22

33
[![Documentation Status](https://readthedocs.org/projects/bfio/badge/?version=latest)](https://bfio.readthedocs.io/en/latest/?badge=latest)
44
[![PyPI](https://img.shields.io/pypi/v/bfio)](https://pypi.org/project/bfio/)
@@ -50,15 +50,15 @@ be installed using pip:
5050

5151
## Docker
5252

53-
### polusai/bfio:2.4.8
53+
### polusai/bfio:2.4.9
5454

5555
Ubuntu based container with bfio and all dependencies (including Java).
5656

57-
### polusai/bfio:2.4.8-imagej
57+
### polusai/bfio:2.4.9-imagej
5858

5959
Same as above, except comes with ImageJ and PyImageJ.
6060

61-
### polusai/bfio:2.4.8-tensorflow
61+
### polusai/bfio:2.4.9-tensorflow
6262

6363
Tensorflow container with bfio installed.
6464

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ namespaces = false
8787

8888

8989
[tool.bumpversion]
90-
current_version = "2.4.8"
90+
current_version = "2.4.9"
9191
commit = true
9292
tag = true
9393
commit_args = "--no-verify"

requirements/requirements-base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bfio==2.4.8
1+
bfio==2.4.9

src/bfio/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.8
1+
2.4.9

0 commit comments

Comments
 (0)