From 8cb6a045f7170bdd49761e497c851236b0ee90a5 Mon Sep 17 00:00:00 2001 From: sameeul Date: Tue, 23 Jul 2024 13:32:21 -0400 Subject: [PATCH] version bump --- README.md | 8 ++++---- pyproject.toml | 2 +- requirements/requirements-base.txt | 2 +- src/bfio/VERSION | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c753e7a..47059ae 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# **B**io**F**ormats **I**nput/**O**utput utility (bfio 2.3.6) +# **B**io**F**ormats **I**nput/**O**utput utility (bfio 2.4.0) [![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/) @@ -50,15 +50,15 @@ be installed using pip: ## Docker -### polusai/bfio:2.3.6 +### polusai/bfio:2.4.0 Ubuntu based container with bfio and all dependencies (including Java). -### polusai/bfio:2.3.6-imagej +### polusai/bfio:2.4.0-imagej Same as above, except comes with ImageJ and PyImageJ. -### polusai/bfio:2.3.6-tensorflow +### polusai/bfio:2.4.0-tensorflow Tensorflow container with bfio installed. diff --git a/pyproject.toml b/pyproject.toml index 6a24c96..b56325c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ namespaces = false [tool.bumpversion] -current_version = "2.3.6" +current_version = "2.4.0" commit = true tag = true commit_args = "--no-verify" diff --git a/requirements/requirements-base.txt b/requirements/requirements-base.txt index b9a7ed9..9a20325 100644 --- a/requirements/requirements-base.txt +++ b/requirements/requirements-base.txt @@ -1 +1 @@ -bfio==2.3.6 +bfio==2.4.0 diff --git a/src/bfio/VERSION b/src/bfio/VERSION index e75da3e..197c4d5 100644 --- a/src/bfio/VERSION +++ b/src/bfio/VERSION @@ -1 +1 @@ -2.3.6 +2.4.0