sync version with C# library
This commit is contained in:
parent
657d1bbc0a
commit
30a656d225
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "tom-plugin"
|
name = "tom-plugin"
|
||||||
version = "0.1.2"
|
version = "0.1.3"
|
||||||
description = "Wrapper for TOM plugins with different helper CLIs, primarily integration testing"
|
description = "Wrapper for TOM plugins with different helper CLIs, primarily integration testing"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "d-opt GmbH, resp. Florian Förster", email = "f.foerster@d-opt.com"},
|
{name = "d-opt GmbH, resp. Florian Förster", email = "f.foerster@d-opt.com"},
|
||||||
@ -101,7 +101,7 @@ dev = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[tool.bumpversion]
|
[tool.bumpversion]
|
||||||
current_version = "0.1.2"
|
current_version = "0.1.3"
|
||||||
parse = """(?x)
|
parse = """(?x)
|
||||||
(?P<major>0|[1-9]\\d*)\\.
|
(?P<major>0|[1-9]\\d*)\\.
|
||||||
(?P<minor>0|[1-9]\\d*)\\.
|
(?P<minor>0|[1-9]\\d*)\\.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user