This commit is contained in:
parent
850d7890d7
commit
5eb6a99114
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "cic-utils"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
description = ""
|
||||
authors = ["William Luke <williamluke4@gmail.com>"]
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user