Skip to content

Commit c0ef6cd

Browse files
author
bump-my-version
committed
ci(bump-my-version): 2.0.0 → 2.0.1
1 parent 6c7855e commit c0ef6cd

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,7 +1,7 @@
11
{% set python_min = "3.11" %}
22
package:
33
name: panseg
4-
version: "2.0.0"
4+
version: "2.0.1"
55

66
source:
77
path: ..

constructor/construct.yaml

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

panseg/__version__.py

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

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 = "panseg"
7-
version = "2.0.0"
7+
version = "2.0.1"
88
authors = [
99
{ name = "Qin Yu", email = "qin.yu@embl.de" },
1010
{ name = "Lorenzo Cerrone", email = "lorenzo.cerrone@uzh.ch" },
@@ -81,7 +81,7 @@ source = ["panseg/"]
8181
omit = ["/tmp/*"]
8282

8383
[tool.bumpversion]
84-
current_version = "2.0.0"
84+
current_version = "2.0.1"
8585
parse = """(?x)
8686
(?P<major>[0-9]+) # Major version
8787
\\.(?P<minor>[0-9]+) # Minor version

0 commit comments

Comments
 (0)