Skip to content

Commit b1d1d6b

Browse files
committed
chore: properly update plugin version
- manually update version to 0.1.0 since the github action won't do it rn
1 parent 5b4a4a5 commit b1d1d6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

beet_observer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.0.1"
1+
__version__ = "0.1.0"
22

33
from .plugin import *

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ twine = "^5.1.1"
2020

2121
[tool.semantic_release]
2222
branch = "main"
23-
version_variable = ["beet_observer/__init__.py:__version__"]
23+
version_variables = ["beet_observer/__init__.py:__version__"]
2424
version_toml = ["pyproject.toml:tool.poetry.version"]
2525
major_on_zero = true
2626
build_command = "poetry build"

0 commit comments

Comments
 (0)