This commit is contained in:
parent
850d7890d7
commit
5eb6a99114
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user