Skip to content

Commit 36b6e1f

Browse files
committed
Move to 3.6.0
1 parent 89e6b11 commit 36b6e1f

24 files changed

+24
-24
lines changed

biapy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.5.13"
1+
__version__ = "3.6.0"
22

33
import argparse
44
import os

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.5.13"
7+
version = "3.6.0"
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.5.13
1+
# BiaPy version: 3.6.0
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.5.13
1+
# BiaPy version: 3.6.0
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.5.13
1+
# BiaPy version: 3.6.0
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.5.13
1+
# BiaPy version: 3.6.0
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.5.13
1+
# BiaPy version: 3.6.0
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.5.13
1+
# BiaPy version: 3.6.0
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.5.13
1+
# BiaPy version: 3.6.0
22

33
SYSTEM:
44
NUM_CPUS: -1

templates/detection/3d_detection.yaml

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

33
SYSTEM:
44
NUM_CPUS: -1

0 commit comments

Comments
 (0)