From 5eb6a99114867ee4ff72523922a13dc847b75196 Mon Sep 17 00:00:00 2001 From: William Luke Date: Wed, 23 Feb 2022 10:59:18 +0300 Subject: [PATCH] fix: versioning --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"