We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03fcb25 commit 5b5fe0dCopy full SHA for 5b5fe0d
pyproject.toml
@@ -1,5 +1,5 @@
1
[tool.poetry]
2
-name = "supafunc"
+name = "supabase_functions"
3
version = "0.4.0"
4
description = "Library for Supabase Functions"
5
authors = [
@@ -27,7 +27,7 @@ pytest-asyncio = ">=0.21.1,<0.24.0"
27
respx = ">=0.20.2,<0.22.0"
28
29
[tool.semantic_release]
30
-version_variables = ["supafunc/utils.py:__version__"]
+version_variables = ["supabase_functions/utils.py:__version__"]
31
version_toml = ["pyproject.toml:tool.poetry.version"]
32
major_on_zero = false
33
commit_message = "chore(release): bump version to v{version}"
0 commit comments