Skip to content

Commit

Permalink
fix: syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjarten committed Nov 11, 2024
1 parent c96c7df commit 1f104d2
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
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "early-stopping-pytorch"
version = "1.0.5"
version = "1.0.6"
description = "A PyTorch utility package for Early Stopping"
readme = "README.md"
authors = [
Expand All @@ -17,7 +17,7 @@ dependencies = [
]

[tool.semantic_release]
version_variable = "early_stopping_pytorch/__init__.py:__version__"
version_variables = ["early_stopping_pytorch/__init__.py:__version__"]
tag_format = "v{version}"
version_toml = ["pyproject.toml:project.version"]
branch = "main"
Expand Down

0 comments on commit 1f104d2

Please sign in to comment.