Skip to content

Commit b1e3cb7

Browse files
author
bump-my-version
committed
ci(bump-my-version): 2.0.0rc5 → 2.0.0rc6
1 parent a0432f9 commit b1e3cb7

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: plant-seg
3-
version: "2.0.0rc5"
3+
version: "2.0.0rc6"
44

55
source:
66
path: ..

constructor/construct.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: PlantSeg
2-
version: "2.0.0rc5"
2+
version: "2.0.0rc6"
33
channels:
44
- conda-forge
55
specs:

plantseg/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.0rc5"
1+
__version__ = "2.0.0rc6"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "plantseg"
7-
version = "2.0.0rc5"
7+
version = "2.0.0rc6"
88
authors = [
99
{ name = "Qin Yu", email = "qin.yu@embl.de" },
1010
{ name = "Lorenzo Cerrone", email = "lorenzo.cerrone@uzh.ch" },
@@ -67,7 +67,7 @@ extend-exclude = [
6767
extend-select = ["I"]
6868

6969
[tool.bumpversion]
70-
current_version = "2.0.0rc5"
70+
current_version = "2.0.0rc6"
7171
parse = """(?x)
7272
(?P<major>[0-9]+) # Major version
7373
\\.(?P<minor>[0-9]+) # Minor version

0 commit comments

Comments
 (0)