Skip to content

Commit

Permalink
fix: Update library name in pyproject file (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
silentworks authored Mar 23, 2024
1 parent 03fcb25 commit 5b5fe0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "supafunc"
name = "supabase_functions"
version = "0.4.0"
description = "Library for Supabase Functions"
authors = [
Expand Down Expand Up @@ -27,7 +27,7 @@ pytest-asyncio = ">=0.21.1,<0.24.0"
respx = ">=0.20.2,<0.22.0"

[tool.semantic_release]
version_variables = ["supafunc/utils.py:__version__"]
version_variables = ["supabase_functions/utils.py:__version__"]
version_toml = ["pyproject.toml:tool.poetry.version"]
major_on_zero = false
commit_message = "chore(release): bump version to v{version}"
Expand Down

0 comments on commit 5b5fe0d

Please sign in to comment.