Skip to content

Commit 058871d

Browse files
committed
fix(config): fix version_variables typo and sync __version__.py
1 parent ae81250 commit 058871d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.1.0"
1+
VERSION = "0.2.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ docstring-code-format = true
142142
[tool.semantic_release]
143143
commit_parser = "conventional"
144144
version_toml = ["pyproject.toml:project.version"]
145-
version_variable = ["__version__.py:VERSION"]
145+
version_variables = ["__version__.py:VERSION"]
146146
tag_format = "v{version}"
147147
major_on_zero = false # TODO: set to true after the first stable release
148148
allow_zero_version = true

0 commit comments

Comments
 (0)