diff --git a/libs/python/computer/.bumpversion.cfg b/libs/python/computer/.bumpversion.cfg index efb1fffe..f10486c8 100644 --- a/libs/python/computer/.bumpversion.cfg +++ b/libs/python/computer/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.13 +current_version = 0.4.14 commit = True tag = True tag_name = computer-v{new_version} diff --git a/libs/python/computer/pyproject.toml b/libs/python/computer/pyproject.toml index 35e5286a..0eb231f9 100644 --- a/libs/python/computer/pyproject.toml +++ b/libs/python/computer/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "pdm.backend" [project] name = "cua-computer" -version = "0.4.13" +version = "0.4.14" description = "Computer-Use Interface (CUI) framework powering Cua" readme = "README.md" authors = [