Skip to content

Commit c41d60c

Browse files
committed
update bumpversion and pyproject files
1 parent 702cd47 commit c41d60c

6 files changed

Lines changed: 17 additions & 5 deletions

File tree

transforms/images/binary-operations-tool/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "polus-images-transforms-images-binary-operations"
3-
version = "0.5.6-dev0"
3+
version = "0.5.4-dev0"
44
requires-python = ">=3.11"
55

66
[tool.poetry]

transforms/images/image-calculator-tool/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "polus-images-transforms-images-image-calculator"
3-
version = "0.2.4-dev0"
3+
version = "0.2.3-dev0"
44
requires-python = ">=3.11"
55

66
[tool.poetry]

transforms/images/polus-ftl-label-plugin/.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.1
2+
current_version = 0.3.10
33
commit = True
44
tag = True
55

transforms/images/polus-rolling-ball-plugin/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "polus-rolling-ball-plugin"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
requires-python = ">=3.11,<3.14"
55
dependencies = [
66
"bfio>=2.5.0",
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[bumpversion]
2+
current_version = 1.2.4
3+
commit = False
4+
tag = False
5+
6+
[bumpversion:file:VERSION]
7+
8+
[bumpversion:file:pyproject.toml]
9+
search = version = "{current_version}"
10+
replace = version = "{new_version}"
11+
12+
[bumpversion:file:plugin.json]

transforms/images/remove-border-objects-plugin/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "polus-remove-border-objects-plugin"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
requires-python = ">=3.11,<3.14"
55

66
dependencies = [

0 commit comments

Comments
 (0)