Skip to content

Commit

Permalink
chore: properly update plugin version
Browse files Browse the repository at this point in the history
- manually update version to 0.1.0 since the github action won't do it rn
  • Loading branch information
BPR02 committed Nov 21, 2024
1 parent 5b4a4a5 commit b1d1d6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion beet_observer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.0.1"
__version__ = "0.1.0"

from .plugin import *
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ twine = "^5.1.1"

[tool.semantic_release]
branch = "main"
version_variable = ["beet_observer/__init__.py:__version__"]
version_variables = ["beet_observer/__init__.py:__version__"]
version_toml = ["pyproject.toml:tool.poetry.version"]
major_on_zero = true
build_command = "poetry build"
Expand Down

0 comments on commit b1d1d6b

Please sign in to comment.