fix: versioning
continuous-integration/drone/push Build is passing Details

This commit is contained in:
William Luke 2022-02-23 10:59:18 +03:00
parent 850d7890d7
commit 5eb6a99114
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "cic-utils" name = "cic-utils"
version = "0.1.0" version = "0.2.0"
description = "" description = ""
authors = ["William Luke <williamluke4@gmail.com>"] authors = ["William Luke <williamluke4@gmail.com>"]
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
@ -26,7 +26,7 @@ testpaths = ["tests"]
[tool.semantic_release] [tool.semantic_release]
version_variable = [ version_variable = [
"cic_utils/__init__.py:__version__", "cic_utils/__init__.py:__version__",
"pyproject.toml:tool.poetry.version", "pyproject.toml:version",
] ]
version_source = "commit" version_source = "commit"
branch = "main" branch = "main"