Skip to content

Commit

Permalink
Merge pull request #63 from sameeul/v233
Browse files Browse the repository at this point in the history
V233
  • Loading branch information
sameeul committed Dec 5, 2023
2 parents 891bcdf + e4c4baf commit 5b39b4b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[bumpversion]
current_version = 2.3.2
current_version = 2.3.3
commit = True
tag = True
commit_args = --no-verify
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}-{release}{build}
{major}.{minor}.{patch}

[bumpversion:part:release]
optional_value = _
first_value = dev
values =
values =
dev
_

Expand Down
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.2)
# **B**io**F**ormats **I**nput/**O**utput utility (bfio 2.3.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/filepattern/)
Expand Down Expand Up @@ -48,15 +48,15 @@ be installed using pip:

## Docker

### polusai/bfio:2.3.2
### polusai/bfio:2.3.3

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

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

Same as above, except comes with ImageJ and PyImageJ.

### polusai/bfio:2.3.2-tensorflow
### polusai/bfio:2.3.3-tensorflow

Tensorflow container with bfio installed.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.2
2.3.3
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.1
bfio[all]==2.3.3

0 comments on commit 5b39b4b

Please sign in to comment.