Skip to content

Commit 5b5fe0d

Browse files
authored
fix: Update library name in pyproject file (#67)
1 parent 03fcb25 commit 5b5fe0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "supafunc"
2+
name = "supabase_functions"
33
version = "0.4.0"
44
description = "Library for Supabase Functions"
55
authors = [
@@ -27,7 +27,7 @@ pytest-asyncio = ">=0.21.1,<0.24.0"
2727
respx = ">=0.20.2,<0.22.0"
2828

2929
[tool.semantic_release]
30-
version_variables = ["supafunc/utils.py:__version__"]
30+
version_variables = ["supabase_functions/utils.py:__version__"]
3131
version_toml = ["pyproject.toml:tool.poetry.version"]
3232
major_on_zero = false
3333
commit_message = "chore(release): bump version to v{version}"

0 commit comments

Comments
 (0)