Skip to content

Commit 551a26f

Browse files
committed
Move to 3.6.5
1 parent fe409a1 commit 551a26f

25 files changed

+26
-30
lines changed

biapy/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
exposing the `BiaPy` class and defining the `main` function for command-line
1212
execution.
1313
14-
Version: 3.6.4
14+
Version: 3.6.5
1515
"""
1616

17-
__version__ = "3.6.4"
17+
__version__ = "3.6.5"
1818

1919
import argparse
2020
import os

biapy/utils/env/conda_forge_meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "biapy" %}
2-
{% set version = "3.6.4" %}
2+
{% set version = "3.6.5" %}
33
{% set python_min = "3.10" %}
44

55
package:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "biapy"
7-
version = "3.6.4"
7+
version = "3.6.5"
88
description = "BiaPy: Bioimage analysis pipelines in Python"
99
readme = "README.md"
1010
requires-python = ">=3.10"

templates/classification/2d_classification.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# BiaPy version: 3.6.4
1+
# BiaPy version: 3.6.5
22

33
SYSTEM:
44
NUM_CPUS: -1

templates/classification/2d_classification_rgb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# BiaPy version: 3.6.4
1+
# BiaPy version: 3.6.5
22

33
SYSTEM:
44
NUM_CPUS: -1

templates/classification/3d_classification.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# BiaPy version: 3.6.4
1+
# BiaPy version: 3.6.5
22

33
SYSTEM:
44
NUM_CPUS: -1

templates/denoising/2d_denoising.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# BiaPy version: 3.6.4
1+
# BiaPy version: 3.6.5
22
# We try to mimic here N2Void project parameters
33
SYSTEM:
44
NUM_CPUS: -1

templates/denoising/3d_denoising.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# BiaPy version: 3.6.4
1+
# BiaPy version: 3.6.5
22
# We try to mimic here N2Void project parameters
33

44
SYSTEM:

templates/detection/2d_detection.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# BiaPy version: 3.6.4
1+
# BiaPy version: 3.6.5
22

33
SYSTEM:
44
NUM_CPUS: -1

templates/detection/3D_cell_detection_zarr_tutorial.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# BiaPy version: 3.6.4
1+
# BiaPy version: 3.6.5
22

33
SYSTEM:
44
NUM_CPUS: -1

0 commit comments

Comments
 (0)