Skip to content

Commit

Permalink
Merge pull request #78 from sameeul/v236
Browse files Browse the repository at this point in the history
V236 - update version
  • Loading branch information
sameeul committed Feb 12, 2024
2 parents d4391c9 + 14e3919 commit 1002906
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.5)
# **B**io**F**ormats **I**nput/**O**utput utility (bfio 2.3.6)

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

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

### polusai/bfio:2.3.5-imagej
### polusai/bfio:2.3.6-imagej

Same as above, except comes with ImageJ and PyImageJ.

### polusai/bfio:2.3.5-tensorflow
### polusai/bfio:2.3.6-tensorflow

Tensorflow container with bfio installed.

Expand Down
6 changes: 3 additions & 3 deletions 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.5"
current_version = "2.3.6"
commit = true
tag = true
commit_args = "--no-verify"
Expand All @@ -109,8 +109,8 @@ replace = "{new_version}"

[[tool.bumpversion.files]]
filename = "requirements/requirements-base.txt"
search = "bfio[all]=={current_version}"
replace = "bfio[all]=={new_version}"
search = "bfio=={current_version}"
replace = "bfio=={new_version}"

[[tool.bumpversion.files]]
filename = "README.md"
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.5
bfio==2.3.6
2 changes: 1 addition & 1 deletion src/bfio/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.5
2.3.6

0 comments on commit 1002906

Please sign in to comment.