Skip to content

Commit

Permalink
Version bump (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeul authored Aug 1, 2024
1 parent fde781e commit b7bb145
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# **B**io**F**ormats **I**nput/**O**utput utility (bfio 2.4.1)
# **B**io**F**ormats **I**nput/**O**utput utility (bfio 2.4.2)

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

## Docker

### polusai/bfio:2.4.1
### polusai/bfio:2.4.2

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

### polusai/bfio:2.4.1-imagej
### polusai/bfio:2.4.2-imagej

Same as above, except comes with ImageJ and PyImageJ.

### polusai/bfio:2.4.1-tensorflow
### polusai/bfio:2.4.2-tensorflow

Tensorflow container with bfio installed.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ namespaces = false


[tool.bumpversion]
current_version = "2.4.1"
current_version = "2.4.2"
commit = true
tag = true
commit_args = "--no-verify"
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-base.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bfio==2.4.1
bfio==2.4.2
2 changes: 1 addition & 1 deletion src/bfio/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.1
2.4.2

0 comments on commit b7bb145

Please sign in to comment.