Skip to content

Commit

Permalink
Merge pull request #69 from sameeul/v234
Browse files Browse the repository at this point in the history
Bump version: 2.3.3 → 2.3.4
  • Loading branch information
sameeul authored Jan 31, 2024
2 parents 8b8f2e0 + a0f9fb9 commit 8b61392
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.3.3)
# **B**io**F**ormats **I**nput/**O**utput utility (bfio 2.3.4)

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

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

### polusai/bfio:2.3.3-imagej
### polusai/bfio:2.3.4-imagej

Same as above, except comes with ImageJ and PyImageJ.

### polusai/bfio:2.3.3-tensorflow
### polusai/bfio:2.3.4-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 @@ -84,7 +84,7 @@ namespaces = false


[tool.bumpversion]
current_version = "2.3.3"
current_version = "2.3.4"
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[all]==2.3.3
bfio[all]==2.3.4
2 changes: 1 addition & 1 deletion src/bfio/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.3
2.3.4

0 comments on commit 8b61392

Please sign in to comment.