diff --git a/pyproject.toml b/pyproject.toml index d537878..c8d2f3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "komcache" -version = "0.1.2" +version = "0.1.3" description = "Add your description here" readme = "README.md" authors = [ @@ -21,7 +21,7 @@ build-backend = "hatchling.build" komconfig = { workspace = true } [tool.bumpversion] -current_version = "0.1.2" +current_version = "0.1.3" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}"