Skip to content

Commit 3fbaf16

Browse files
author
bump-my-version
committed
ci(bump-my-version): 2.0.0rc8 → 2.0.0rc9
1 parent 916f969 commit 3fbaf16

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.0rc8"
3+
version: "2.0.0rc9"
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.0rc8"
2+
version: "2.0.0rc9"
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.0rc8"
1+
__version__ = "2.0.0rc9"

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.0rc8"
7+
version = "2.0.0rc9"
88
authors = [
99
{ name = "Qin Yu", email = "qin.yu@embl.de" },
1010
{ name = "Lorenzo Cerrone", email = "lorenzo.cerrone@uzh.ch" },
@@ -85,7 +85,7 @@ source = ["plantseg/"]
8585
omit = [ "/tmp/*" ]
8686

8787
[tool.bumpversion]
88-
current_version = "2.0.0rc8"
88+
current_version = "2.0.0rc9"
8989
parse = """(?x)
9090
(?P<major>[0-9]+) # Major version
9191
\\.(?P<minor>[0-9]+) # Minor version

0 commit comments

Comments
 (0)