bump version to 0.2.0
This commit is contained in:
parent
8fdfbebb75
commit
8521692dc8
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "dopt-basics"
|
||||
version = "0.1.4dev1"
|
||||
version = "0.2.0"
|
||||
description = "basic cross-project tools for Python-based d-opt projects"
|
||||
authors = [
|
||||
{name = "Florian Förster", email = "f.foerster@d-opt.com"},
|
||||
@ -69,7 +69,7 @@ directory = "reports/coverage"
|
||||
|
||||
|
||||
[tool.bumpversion]
|
||||
current_version = "0.1.4dev1"
|
||||
current_version = "0.2.0"
|
||||
parse = """(?x)
|
||||
(?P<major>0|[1-9]\\d*)\\.
|
||||
(?P<minor>0|[1-9]\\d*)\\.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user