diff --git a/pyproject.toml b/pyproject.toml index 1a8e71c..78186cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "komconfig" -version = "0.2.2" +version = "0.2.3" description = "A small library providing a config class that provides settings data for the KomSuite" readme = "README.md" authors = [{ name = "WorldTeacher", email = "coding_contact@pm.me" }] @@ -24,7 +24,7 @@ test = [ ] [tool.bumpversion] -current_version = "0.2.2" +current_version = "0.2.3" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}"