Skip to content

Commit

Permalink
V243 (#96)
Browse files Browse the repository at this point in the history
* Bump version: 2.4.2 → 2.4.3-dev0

* Bump version: 2.4.3-dev0 → 2.4.3
  • Loading branch information
sameeul authored Aug 21, 2024
1 parent 6c99304 commit 9ae5600
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.2)
# **B**io**F**ormats **I**nput/**O**utput utility (bfio 2.4.3)

[![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.2
### polusai/bfio:2.4.3

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

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

Same as above, except comes with ImageJ and PyImageJ.

### polusai/bfio:2.4.2-tensorflow
### polusai/bfio:2.4.3-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.2"
current_version = "2.4.3"
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.2
bfio==2.4.3
2 changes: 1 addition & 1 deletion src/bfio/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.2
2.4.3

0 comments on commit 9ae5600

Please sign in to comment.