Skip to content

Commit cb5b4b2

Browse files
anand2312Dani Reinón
authored and
Dani Reinón
committed
fix: correct path to version
1 parent 626b094 commit cb5b4b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ python-semantic-release = "^7.28.1"
3434
python-dotenv = "^0.20.0"
3535

3636
[tool.semantic_release]
37-
version_variable = "supabase/__init__.py:__version__"
37+
version_variable = "supabase/__version__.py:__version__"
3838
version_toml = "pyproject.toml:tool.poetry.version"
3939
major_on_zero = false
4040
commit_subject = "chore(release): bump version to v{version}"

0 commit comments

Comments
 (0)