From b7bb145f6e79b8cca5e4934902b0a308a2bc22b2 Mon Sep 17 00:00:00 2001 From: Sameeul Bashir Samee Date: Thu, 1 Aug 2024 15:11:25 -0400 Subject: [PATCH] Version bump (#94) --- 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 aa5a720..450dbed 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# **B**io**F**ormats **I**nput/**O**utput utility (bfio 2.4.1) +# **B**io**F**ormats **I**nput/**O**utput utility (bfio 2.4.2) [![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.4.1 +### polusai/bfio:2.4.2 Ubuntu based container with bfio and all dependencies (including Java). -### polusai/bfio:2.4.1-imagej +### polusai/bfio:2.4.2-imagej Same as above, except comes with ImageJ and PyImageJ. -### polusai/bfio:2.4.1-tensorflow +### polusai/bfio:2.4.2-tensorflow Tensorflow container with bfio installed. diff --git a/pyproject.toml b/pyproject.toml index d2523a9..7941de6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ namespaces = false [tool.bumpversion] -current_version = "2.4.1" +current_version = "2.4.2" commit = true tag = true commit_args = "--no-verify" diff --git a/requirements/requirements-base.txt b/requirements/requirements-base.txt index ef9fc12..f483be1 100644 --- a/requirements/requirements-base.txt +++ b/requirements/requirements-base.txt @@ -1 +1 @@ -bfio==2.4.1 +bfio==2.4.2 diff --git a/src/bfio/VERSION b/src/bfio/VERSION index 005119b..8e8299d 100644 --- a/src/bfio/VERSION +++ b/src/bfio/VERSION @@ -1 +1 @@ -2.4.1 +2.4.2