diff --git a/pyproject.toml b/pyproject.toml index 665f7eb..074012f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cic-utils" -version = "0.1.0" +version = "0.2.0" description = "" authors = ["William Luke "] license = "GPL-3.0-or-later" @@ -26,7 +26,7 @@ testpaths = ["tests"] [tool.semantic_release] version_variable = [ "cic_utils/__init__.py:__version__", - "pyproject.toml:tool.poetry.version", + "pyproject.toml:version", ] version_source = "commit" branch = "main"